discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] wxPython programming


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] wxPython programming
Date: Wed, 23 Feb 2005 21:16:36 -0800
User-agent: Mutt/1.5.6i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]