wxPython help

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
cbrian
Forum Commoner
Posts: 97
Joined: Sun Feb 27, 2005 12:29 pm

wxPython help

Post by cbrian »

How would I print something to a Text.Ctrl box?
cbrian
Forum Commoner
Posts: 97
Joined: Sun Feb 27, 2005 12:29 pm

Post by cbrian »

Okay, I solved this. If anyone else has the same problem, use the function SetValue()
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

If you have got the wxPython C++ Help file that comes with the wx package then you pretty much have all the help at your fingertips... you can also use python's Object Browser to look for functions & their necessary parameters...

BTW, its good to see someone shares my field of interest too ;)
Post Reply