| View previous topic :: View next topic |
| Author |
Message |
SAbboushi
Joined: 18 Sep 2004 Posts: 60
|
Posted: Thu Feb 24, 2005 7:27 pm Post subject: How pause script until a spefic string appears in... |
|
|
Hi-
I need to pause my script until "#CurrentSimulationStockList" appears in the 'TitleMatchMode=slow Visible Text section' of Windows spy (see below). Have not been able to figure out what AHK command to use
>>>>( TitleMatchMode=slow Visible Text )<<<<
Smart Charts
#CurrentSimulationStockList
Current
Current
Can anybody please help me
More details: Winspector says that "#CurrentSimulationStockList" appears in a ComboBox |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
Posted: Thu Feb 24, 2005 7:53 pm Post subject: |
|
|
Does that work? |
|
| Back to top |
|
 |
SAbboushi
Joined: 18 Sep 2004 Posts: 60
|
Posted: Thu Feb 24, 2005 8:05 pm Post subject: |
|
|
thanks jonny-
your code works. Sadly, my assumption was wrong and I need to pause longer than when that text appears in the window...
I hate to use sleep, 3000 (which seems to work...) - any other thoughts on how I can identify an event or something else to pause execution until? |
|
| Back to top |
|
 |
|