Using ubuntu 12.10 and Python 2.7. Currently I have a wxPython panel that watches a thread for data and
displays the data when its received. The data is displayed in static
fields. I also have the data being logged to text file with the user
able to control where its saved via buttons on the panel.
Now my idea is to take the same data
that is being logged, and display it in the panel. Scrolling from
top to bottom to show ‘ageing’ to the user. What would be the way to
do this? Is there a kind of larger textcntl, that can be used sort
of like a terminal window to print stuff to?