| View previous topic :: View next topic |
| Author |
Message |
Titan
Joined: 11 Aug 2004 Posts: 5049 Location: imaginationland
|
Posted: Thu Feb 24, 2005 7:32 pm Post subject: 2:Gui only active |
|
|
How can I make the second gui window the master one so the inital gui can't be activated over back until the second one is closed? _________________
RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
Posted: Thu Feb 24, 2005 7:47 pm Post subject: |
|
|
See Disabled (for the first gui) and Owner (for the second one) in the Gui documentation.
For "master" and "slave" analogies, it's usually the first window (the one the second one is on top of) that's considered the master, or "parent" window. So use the Owner option to make the child owned by the parent window, and then to amplify the effect, disable the parent until the child is closed. |
|
| Back to top |
|
 |
|