Is there any way to set all the child windows and the parent to be on top and active at the same time??.. Its a pain in the ass especially when keyboard shortcuts are used when the current window changes.
Much Appreciated.
Setting all child windows (including parent) active??
-
- User
- Posts: 13
- Joined: Wed Jun 02, 2004 10:10 am
Setting all child windows (including parent) active??
A mind once stretched by a new idea, never regains its original dimensions.
In an MDI interface (multiple document interface), the child windows should stay on top of the parent (unless you don't want them to...).
As Trond said, only one window can get the input focus at one time, but output can be directed to any or all of your windows. If you create them as 'always on top' windows then they will stay on top (not sure how to do this in PB, though...)
Russell
As Trond said, only one window can get the input focus at one time, but output can be directed to any or all of your windows. If you create them as 'always on top' windows then they will stay on top (not sure how to do this in PB, though...)
Russell
*** Diapers and politicians need to be changed...for the same reason! ***
*** Make every vote equal: Abolish the Electoral College ***
*** www.au.org ***
*** Make every vote equal: Abolish the Electoral College ***
*** www.au.org ***
-
- User
- Posts: 13
- Joined: Wed Jun 02, 2004 10:10 am