Jump to content


Stop script when dialogue window popup in an application


  • Please log in to reply
2 replies to this topic

#1 RonMetal

RonMetal
  • Guests

Posted 11 September 2012 - 06:04 PM

Is there a way to detect when a dialogue windows come up within an application? I want to do some action when the dialogue windows popup. E.g., pause script when dialogue window pops up and start script again when dialogue windows is close.

#2 MasterFocus

MasterFocus
  • Moderators
  • 4132 posts

Posted 11 September 2012 - 06:19 PM

Unless the popup is a "non-standard" window, you may wanna try WinTrigger: <!-- l --><a class="postlink-local" href="http://www.autohotkey.com/community/viewtopic.php?f=2&t=63673">viewtopic.php?f=2&t=63673</a><!-- l -->

#3 RonMetal

RonMetal
  • Guests

Posted 11 September 2012 - 06:51 PM

Can you run Wintrigger within a game in native mode (not in full window mode)?