Re: [Discuss-gnuradio] multiple windows while running grc

2011-03-11 Thread Josh Blum
On 03/11/2011 06:05 PM, Vijay Pillai wrote: > I would like to know if there is a way to generate multiple windows using > GRC. Eg each window could contain an fft plot. > No, but there is a tab widget called notebook (for wx gui). FYI, If you use the qtgui sink, then the sink is automatically

[Discuss-gnuradio] multiple windows while running grc

2011-03-11 Thread Vijay Pillai
I would like to know if there is a way to generate multiple windows using GRC. Eg each window could contain an fft plot. Combining more than 1 fft/scope plot on a single window does not quite work out (the second window gets clipped with both manual and automated settings for grid positions).