Skip to content

how to configure GDL to have more than 100 windows and window positioning is being respected? #1378

Answered by GillesDuvert
brandy125 asked this question in Q&A
Discussion options

You must be logged in to vote

@brandy125 the max number of windows IS a problem and a difficult one to tackle in GDL. Sorry for that.

Concerning the size and positions:

GDL has a preferred 'unified' graphics interface, wxWidgets, that makes both plot windows and widget (graphic) windows.
With option --no-use-wx (and if compiled with -DX11) it uses X11, not wxWidgets, for plot windows. X11 is more basic than wxWidgets and the commands go through an entirely different code to make plots. The X11 code does not permit to make windows wider than the screen, wxWidgets does (using scrollbars).
X11 is very basic and goes over the head of the window manager to create plot windows of any size (less that screen!) at any position.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by brandy125
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@alaingdl
Comment options

@GillesDuvert
Comment options

@GillesDuvert
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants