2023-03-12 08:41 AM
Hi,
I'm looking to use a scroll list as a debugging window which records messages to a textarea within the custom container. I've been using a
void Debug_commsView::scrollList1UpdateItem ( DebugLines& item, int16_t itemIndex )
to pass the messages to the custom container and this works, however, if i scroll the list up and down the last debug message gets propergated to the that item and it ends up trampling over the logs.
so instead of using this can i would prefure to write directly to the textarea within each instance of the container, but i can't seem to find out how to do that.
somthing like.