Re: [Discuss-gnuradio] wxPython programming

2005-02-23 Thread Eric Blossom
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? I

Re: [Discuss-gnuradio] wxPython programming

2005-02-23 Thread Eric Blossom
On Wed, Feb 23, 2005 at 05:58:08PM -0500, James Cooley wrote: > Hi Chuck/All > > I have a rough version of exactly what you seek that I did today! See > attached. Not cleaned, no guarantees, but suggestions/improvements > welcome. I have a wrapper class, gr_powermate which wraps the standard >

Re: [Discuss-gnuradio] wxPython programming

2005-02-23 Thread James Cooley
Hi Chuck/All I have a rough version of exactly what you seek that I did today! See attached. Not cleaned, no guarantees, but suggestions/improvements welcome. I have a wrapper class, gr_powermate which wraps the standard python powermate lib posted recently. Also, I got tired of setting and cal

[Discuss-gnuradio] wxPython programming

2005-02-23 Thread cswiger
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? I tried putting a loop at the end of: class app_flow_graph (stdgui