Dialogs and frames
Posted: Wed Mar 04, 2009 3:45 am
hello all
Well, i was searching for a window class that it would be the best to use for what i want to achieve.
Basically i have my main window as a wxFrame. This would be sth like 3d studio with realtime viewports etc. I also want to open a separate window that shows the final rendering of the model. This window will contain it's own toolbar, scrolled window for canvas etc.
So i was thinking of making it a wxFrame too, but i see that a frame must not be a child of another frame. Then i thought dialog, but i read that a frame can't have a dialog child either. Then the only option is to create a frame with a null parent, but i see that when a null parent is provided, the top level window is assigned as a parent to it by default, which in my case is a wxFrame.
let me note here that i don't want this separate window to appear in windows taskbar.
so can anyone help me out choosing the appropriate window class?
thanks in advance
Well, i was searching for a window class that it would be the best to use for what i want to achieve.
Basically i have my main window as a wxFrame. This would be sth like 3d studio with realtime viewports etc. I also want to open a separate window that shows the final rendering of the model. This window will contain it's own toolbar, scrolled window for canvas etc.
So i was thinking of making it a wxFrame too, but i see that a frame must not be a child of another frame. Then i thought dialog, but i read that a frame can't have a dialog child either. Then the only option is to create a frame with a null parent, but i see that when a null parent is provided, the top level window is assigned as a parent to it by default, which in my case is a wxFrame.
let me note here that i don't want this separate window to appear in windows taskbar.
so can anyone help me out choosing the appropriate window class?
thanks in advance