GLUI window does not know size of subwindow
Brought to you by:
nigels
I created a subwindow with controls on it, but since the
main GLUI window (the subwindows' parent) doesn't
know how much space to leave for the subwindow, it
truncates those controls. Please see attached code. It
this code I made the window big enough by adding
many separators and columns to the main window to
fool it into thinking the window is bigger; that way the
sub window shows. But shouldn't GLUI know the size of
its subwindow to that is not needed?
GLUI dialog sample program (MSVC++ V6)