cancel
Showing results for 
Search instead for 
Did you mean: 

how to write direct to a scrollList item, without using the callback

justin11
Associate III

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.

0 REPLIES 0