"goldgod a" <[EMAIL PROTECTED]> wrote

I wish to display a random number in my GUI text box
which is been developed in Wxpython.. Here i couln't refresh the GUI
continuously.. Please help me out in this regard..

Look at the Timer object in wxPython.

Set a timer event and in the event handler refresh the display
then restart the timer.


--
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to