wxPython update problem

Nils Grimsmo nilsgri at idi.ntnu.no
Fri Apr 11 05:14:07 EDT 2003


On Mon, 07 Apr 2003 18:12:36 -0400, David Bolen wrote:
> The only time that the GUI will be updated is when events are being
> processed, which is normally blocked while you are processing a
> current event.  You can use wxYield() to process any pending events
> while still inside a current event handler if necessary to get GUI
> updates without returning from your current event handler.

thanks. this is what i was looking for. i am making a little board game,
and i like the board to be updated before the game i over when the
computer plays against itself :)


klem fra nils

-- 
nils grimsmo
nilsgri at idi.ntnu.no





More information about the Python-list mailing list