help with dynamic text

Sagar Khushalani wrote:

hi
i'm new to wxpython and am trying to learn and do a school project at the same time.
one of my functions needs to print something periodically to the window, possibly in a scroll box in the window. i could use static text but that doesnt solve my "text area" problem. any ideas?

The simplest would be to use a wx.TextCtrl with the wx.TE_MULTILINE style. See examples in the demo, including the log window at the bottom of the main demo frame.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!