View Single Post
  #13  
Old 01-06-2007, 08:24 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: AHK Problem/Opening Tables

Oh, and to your original question [img]/images/graemlins/smile.gif[/img]

[ QUOTE ]

How do I get AHK to not go to the next step in the loop until the table is open?


[/ QUOTE ]

You can use:
<font class="small">Code:</font><hr /><pre>
WinWait, % table_name%array_count%, , 5
</pre><hr />

Which will wait a maximum of five seconds to the table to appear before moving on.

http://www.autohotkey.com/docs/commands/WinWait.htm

dave.
Reply With Quote