CASL: using winstring and track statements
CASL: using winstring and track statements
(OP)
Is it possible to use the track statement and winsring together (using CASL language with Attachmate Accessory Manager)?
I want the macro to run in the background while the user goes about his work.
I want the macro to constantly be tracking for a specific winstring (the page indicator in the top left corner) and when the user comes to this page, an action can be taken.
Can anyone help?
I want the macro to run in the background while the user goes about his work.
I want the macro to constantly be tracking for a specific winstring (the page indicator in the top left corner) and when the user comes to this page, an action can be taken.
Can anyone help?
RE: CASL: using winstring and track statements
x = 1
while x = 1
watch for
"page indicator text here": alert "do something",ok:end
endwatch
wend
Sometimes you gotta leave your zone of safety. You have to manufacture Inspirado. You gotta get out of the apartment. You've got to run with the wolves. You've got to dive into the ocean and fight with the sharks. Or just treat yourself to a delicious hot fudge sundae........ with nuts. - Jack Black
RE: CASL: using winstring and track statements