L wrote:
Hi All,
I'm new to GUI programming and chose wxPython (after reading many rave reviews). My several Python books cover the old version (without the wx namespace).
I would like to read from a text box on one form and write some results based on the read to another form. I suppose both forms have panels (that's how I designed things, using wxGlade). The code I will write is rather lengthy so I will write to a multiline scrollable text box.
To read from a TextCtrl use its GetValue() method. To write to the other one use its SetValue() method.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!