Is it possible to chance the size of a window from a small size to full screen?
I created a small window (640x480) which is the child of the window which is full screen. In this small window I got guielements and 3D objects.
With a mouse right click I want to change the small window to full screen. But because it got childelemtens I don't want to destroy the window and build a new one (here the childelements would get lost, wouldn't they?)
So instead of create a new full screen window I rather want to resize the window. Is that possible?
Thanks in advance for answers, suggestions, ideas...
Ok, I found some topic that ask for that too and it seems that this is not possible. Yet?????
But is there anyone who has an idea to get the same effect? I hard issue about this is, that I just can'T drop the window and create a new one, because then 2d Guielements would get lost.
If it's only because of the gui elements then what about saving the state of them somehow (or even the class instances (tree) itself) then switch to fullscreen mode (create new and destroy old device) and restore them in the new device. Just an idea.
greets,
jox
Thanks for answering I guess I need to save, yes. When I do it your way is there already the tree I can save somehow or to I have to press the objects of the classes into a tree?