Search found 23 matches

by ari
Mon Aug 11, 2014 9:08 pm
Forum: Beginners
Topic: Exit command
Replies: 6
Views: 6589

Exit command

Let>WSI_TIMEOUT=3 WaitScreenImage>c:\imagedir\image_1.bmp,0,EXACT If>WSI_TIMEOUT=true Exit> Endif I am assuming there is something wrong with this code, as the macro continues onward (instead of quitting) executing commands after the Endif even if the image.bmp does not appear in 3 seconds (when th...
by ari
Thu Jul 24, 2014 2:24 pm
Forum: Beginners
Topic: Invoke Quicklaunch via popupmenu?
Replies: 3
Views: 4436

Re: Invoke Quicklaunch via popupmenu?

Sure, is there a way to see the quicklaunch pop-up menu in other areas of the screen, perhaps triggered by a hotkey or some other command. Basically like the popupmenu command, except with the quicklaunch content. Like a quicklaunch plugin for the popupmenu command.
by ari
Thu Jul 24, 2014 2:21 pm
Forum: Beginners
Topic: Help finding certain image rec functionality
Replies: 5
Views: 5928

Re: Help finding certain image rec functionality

Ok thanks; how would I go about pausing a script when there was some kind of keyboard/mouse activity? then resuming when idle
by ari
Wed Jul 23, 2014 8:28 pm
Forum: Beginners
Topic: Help finding certain image rec functionality
Replies: 5
Views: 5928

Re: Help finding certain image rec functionality

WaitRecChanged does not seem to do the trick for me. Any reason this would not work over citrix? Does moving the mouse count as a change in the rectangle image that would trigger this command? If my screen is 800x600, would 0,0,800,600 do the whole screen? Thanks for your help!
by ari
Wed Jul 23, 2014 8:23 pm
Forum: Beginners
Topic: Invoke Quicklaunch via popupmenu?
Replies: 3
Views: 4436

Invoke Quicklaunch via popupmenu?

Is there a way to invoke the actual quicklaunch under my mouse pointer, like the popupmenu command? Also, can quicklaunch be opened via a hotkey?
by ari
Mon Jul 21, 2014 4:41 pm
Forum: Beginners
Topic: Help finding certain image rec functionality
Replies: 5
Views: 5928

Help finding certain image rec functionality

I am using MS14 to interact with software exclusively via Citrix, so many windows hook function do not work. Is there a function that pauses a macro while the screen is being interacted with (typing or moving cursor) and then resume when the screen is left alone for a defined time?

Thanks!
by ari
Tue Jul 15, 2014 6:42 pm
Forum: Beginners
Topic: Help with complex expression
Replies: 2
Views: 3783

Re: Help with complex expression

perfect thanks! Glad I was at least close to the right script on my own.
by ari
Tue Jul 15, 2014 4:30 pm
Forum: Beginners
Topic: Help with complex expression
Replies: 2
Views: 3783

Help with complex expression

The overall goal is to copy a number to clipboard, then paste a phrase that varies based on the number that was copied GetClipBoard>feno,0 If>%feno% < 21 Let>results=The exhaled nitric oxide level was %feno% ppb, demonstrating a low level of eosinophilic airway inflammation. If>{(%feno% >20) AND (%f...
cron
Sign up to our newsletter for free automation tips, tricks & discounts