AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

2:Gui only active

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Titan



Joined: 11 Aug 2004
Posts: 5049
Location: imaginationland

PostPosted: Thu Feb 24, 2005 7:32 pm    Post subject: 2:Gui only active Reply with quote

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
View user's profile Send private message Visit poster's website
jonny



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Thu Feb 24, 2005 7:47 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group