Question: Parent and Child Windows?
Posted: Thu Oct 27, 2005 11:31 am
I have an application in mind where I want there to be a main window with a series of views or child windows in it. Each view would contain separate distinct data elements that could be arranged to different locations within the parent window. I also want the views (child windows) to have the ability to be loaded and viewed as distinct separate windows themselves outside of the parent window where each view becomes its own parent if displayed on the desktop this way.
The question is can PureBasic handle this type of development in terms of having a master window with many childs that can be shifted around and the childs each becoming their own masters that can be turned on or off?
Concept explained differently:
Thanks!
The question is can PureBasic handle this type of development in terms of having a master window with many childs that can be shifted around and the childs each becoming their own masters that can be turned on or off?
Concept explained differently:
- Parent Window A contains child windows B, C, D and E.
Child windows can be displayed as B,C,D and E or E,D,C and B or just B and C, etc.
Child windows become parents that can be displayed or not. Example would be display just B and D on the desktop.
Thanks!