in reply to Tk MainWindow from module Foo on to appear on top
and something like this in each of the "non-help" modules:$mainWin->raise;
I'm not totally sure that will work in all cases, but it's worth a try.$mainWin->lower;
If it was my app, I'd have the help window pop up only at the user's request. Put a "Help" button on one or more of the other windows. When all the "non-help" windows are up, and the user happens to push this button, the help window will certainly be on top -- but if someone uses this app more than a few times, they probably won't need or want to look at the help window every time they start it up.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Tk MainWindow from module Foo on to appear on top
by aplonis (Pilgrim) on Oct 25, 2003 at 18:40 UTC |