how to write direct to a scrollList item, without using the callback
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-03-12 8: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.
Labels:
- Labels:
-
TouchGFX
This discussion is locked. Please start a new topic to ask your question.
0 REPLIES 0
