L
Lilith
I have a text box I use to update a list of actions as they occur over
a long time. My current method is to accumulate the list string
inside the monitoring function (so I can write it out to file on exit)
and push it out to the text box as the string changes. In essence I'm
shoving a new string with old and new content into the text box. What
I need is for the list string to display it's last line at the bottom
of the text box when the string becomes too large to display within
the confines of the box.
How do I tell the display to do this?
a long time. My current method is to accumulate the list string
inside the monitoring function (so I can write it out to file on exit)
and push it out to the text box as the string changes. In essence I'm
shoving a new string with old and new content into the text box. What
I need is for the list string to display it's last line at the bottom
of the text box when the string becomes too large to display within
the confines of the box.
How do I tell the display to do this?