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 

Remote Desktop + Inactive Child Window = IfWinExists wan't

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Thu Apr 03, 2008 9:26 am    Post subject: Remote Desktop + Inactive Child Window = IfWinExists wan't Reply with quote

...work.

I have script that should automatically click one button on eventually appearing child window. Here is my script:

Code:

loop
{
   IfWinExist, Server Busy
   {
      IfWinNotActive, Server Busy, , WinActivate, Server Busy,
      WinWaitActive, Server Busy,
      MouseClick, left,  178,  123
   }

   Sleep, 5000
}


so, when I minimize terminal window and parent window becames inactive, the "Server Busy" dialog window becames invisible to script even in I maximize terminal window again.

if I click somewere on parent window then script finds "Server Busy" window and clicks on it as it supposed to do.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports 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