Skip to main content
justin11
Senior
March 12, 2023
Question

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

  • March 12, 2023
  • 0 replies
  • 579 views

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.

This topic has been closed for replies.