On Wed, Feb 23, 2005 at 05:14:34PM -0500, cswiger wrote: > Gang - I'm paradigm shifting from python to wxpython and having > a terrible time of it, but it must be done. > > Basically, where do you put an input processing loop in wxpython? > Or will it have to be changed to event driven somehow?
It all ends up event based. You no longer control the main loop. You can get keystrokes from the panel, etc. There are timers available... It does take a bit getting used to. The paradigm is the same for all GUI toolkits that I'm aware of. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
