Not able to view two scopes at the same time

Hi all,
I have a 15" monitor. When I use two scopes or one scope and one FFT
block in gnuradio companion, I am not able to visualize the lower scope
on GUI window. Is this problem with the monitor or I have to change some
settings.

Regards
GR

On 01/11/2013 07:09 AM, Ghulam Rasool B. wrote:

Hi all, I have a 15" monitor. When I use two scopes or one scope and
one FFT block in gnuradio companion, I am not able to visualize the
lower scope on GUI window. Is this problem with the monitor or I have
to change some settings.

The gui widgets do take up a lot of screen space :slight_smile:

I think what can help, a few options:

  • Use the wx notebook block to create a tabbed interface
  • set the grid position on the gui blocks to arrange windows
    side-by-side
  • Also, the qtgui display widget comes w/ a tabbed display as well

-josh

If you need them to be displayed simultaneously, you could also use the
wx
ScrolledPanel widget.

Will