Search found 9 matches
- Thu Jan 27, 2011 6:12 am
- Forum: Technical / Scripting
- Topic: MouseMoveRel x,y as variable?
- Replies: 5
- Views: 7004
- Wed Jan 26, 2011 10:00 pm
- Forum: Technical / Scripting
- Topic: MouseMoveRel x,y as variable?
- Replies: 5
- Views: 7004
- Wed Jan 26, 2011 7:24 am
- Forum: Technical / Scripting
- Topic: MouseMoveRel x,y as variable?
- Replies: 5
- Views: 7004
MouseMoveRel x,y as variable?
Is there a way to send the x,y to MouseMoveRel as a variable string?
I've tried
I've tried
Code: Select all
Let>%blahblahXY%="123, 321"
MouseMoveRel>%blahblahXY%
- Tue Jan 25, 2011 11:17 pm
- Forum: Technical / Scripting
- Topic: floating tooltip/information
- Replies: 3
- Views: 4577
- Tue Jan 25, 2011 10:32 pm
- Forum: Technical / Scripting
- Topic: floating tooltip/information
- Replies: 3
- Views: 4577
floating tooltip/information
is there a way to put a floating tool tip/information text block into the script? for instance
SRT>blah
tooltip>doing stuff
stuff stuff stuff
endtooltip
END>blah
? just something the will pop up and say what the script is doing?
SRT>blah
tooltip>doing stuff
stuff stuff stuff
endtooltip
END>blah
? just something the will pop up and say what the script is doing?
- Wed Dec 01, 2010 1:09 am
- Forum: Technical / Scripting
- Topic: Image recognition not seeing parts of screen
- Replies: 4
- Views: 6302
anybody
somebody... anybody? anyone else had this problem even? the program is EVE online... and i'm trying to get macro sched to see the undock icon... if anyone else out there also plays eve and is willing to mess with it
- Mon Nov 29, 2010 9:53 pm
- Forum: Technical / Scripting
- Topic: Image recognition not seeing parts of screen
- Replies: 4
- Views: 6302
oops
yeah that might have helped... i'm using version 12.1.1e Nov 2010... so yeah... it SHOULDN'T be an issue due to an old version lol
- Mon Nov 29, 2010 1:18 pm
- Forum: Technical / Scripting
- Topic: Image recognition not seeing parts of screen
- Replies: 4
- Views: 6302
also
i haven't tried to actually utilize the fact yet but i'll also mention it... if i take a screen shot it shows everything that i need to use... if i use the old style of find image (ie get screen resolution, take screen shot(haystack), find the image(needle) in the screen shot(haystack), and go from ...
- Mon Nov 29, 2010 11:04 am
- Forum: Technical / Scripting
- Topic: Image recognition not seeing parts of screen
- Replies: 4
- Views: 6302
Image recognition not seeing parts of screen
when using any of the image recognition commands the program wont see certain parts of my screen. If>UNDOCKED=true WaitScreenImage>C:\Users\archaismic\Desktop\EVE macros\Images\outsideStation.bmp,0 Wait>3 Press CTRL Send>l Release CTRL Wait>1 FindImagePos>C:\Users\archaismic\Desktop\EVE macros\Image...