discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Running python-gtk with GNURadio


From: Ben Hilburn
Subject: Re: [Discuss-gnuradio] Running python-gtk with GNURadio
Date: Fri, 13 Jan 2012 13:23:12 -0800

Fon -

Can you detail how you are combining them?  If you are executing GNU Radio stuff from the primary thread in your GUI application, it will stop re-drawing the window (because the thread is busy executing GNU Radio).

Also, all GUI updates must happen from your main thread.

Cheers,
Ben

On Fri, Jan 13, 2012 at 1:07 PM, Fon, Rithirong Thandee <address@hidden> wrote:
Hi all,

I'm trying to create a GUI for my GNURadio program using python-gtk on a USRP E100. I have GNURadio and pythong-gtk working separately. But now that I'm combining them, the graphic windows goes blank and waits for the GNURadio part to finish. Is there a better way to do this? 

Thank you,
Rithirong Thandee

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

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