Page 1 of 1
Setting all child windows (including parent) active??
Posted: Sun Oct 23, 2005 9:01 pm
by KlintonWoo
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.
Posted: Mon Oct 24, 2005 4:12 pm
by Trond
Only one window can have focus as at a time I think.
Posted: Tue Oct 25, 2005 4:59 am
by Amiga5k
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
Posted: Tue Oct 25, 2005 3:17 pm
by KlintonWoo
Thanks guys
