Search found 18 matches

by Guillaume777
Fri Jan 10, 2003 1:04 pm
Forum: Technical / Scripting
Topic: MouseMove is giving me headaches
Replies: 5
Views: 12835

To tell the truth, the macro I am creating is for an online game. As such, I'm pretty sure the bug is caused by the game itself, and not the macro scheduler. However, I managed to bypass the problem in a very simple yet effective way, so I guess my problem is fixed.
by Guillaume777
Fri Jan 10, 2003 11:13 am
Forum: Technical / Scripting
Topic: MouseMove is giving me headaches
Replies: 5
Views: 12835

MouseMove is giving me headaches

Ok my macro is nearly perfect now. However, for some weird reason sometime when a "Mousemove" command runs, the mouse doesn't go directly to the place it suposed to go. Instead, the mouse first go to some unrelevant location (usually below and to right of the real target ) , then go to the true targ...
by Guillaume777
Mon Dec 30, 2002 8:54 am
Forum: Technical / Scripting
Topic: Problem with WaitPixelColor and Timeout
Replies: 2
Views: 8497

Oups...

Oups, I meant period not comma... for example if you write WaitPixelColor>16777215,652,355,10.4 it will wait forever....
by Guillaume777
Thu Dec 26, 2002 4:28 pm
Forum: Technical / Scripting
Topic: Problem with WaitPixelColor and Timeout
Replies: 2
Views: 8497

Problem with WaitPixelColor and Timeout

When using WaitPixelColor ( or WaitRectChanged), the "Timeout" argument can't have a coma in it or the command acts as if the Timeout was 0 ( i.e. the command waits indefinitely ). I don't if this is a bug or not, but it sure took me some time to understand what was wrong with my macro :) .
by Guillaume777
Mon Dec 23, 2002 3:09 am
Forum: Technical / Scripting
Topic: How to make a macro reacts differently depending on the key
Replies: 15
Views: 32880

armsys : Yes, I have wonderful experiences in trying out new programming techniques with Macro Scheduler. However, what I posted here is more like a search for the Virtual Key Codes rather then some real programming. To me, searching for the Virtual Key Codes wasn't wonderful, especially because I f...
by Guillaume777
Sun Dec 22, 2002 3:47 pm
Forum: Technical / Scripting
Topic: How to make a macro reacts differently depending on the key
Replies: 15
Views: 32880

Or maybe there is no sarcasm at all.... Nobody ever said I had "wonderful experiences" so I guess I'm not used to it :) .
by Guillaume777
Sun Dec 22, 2002 3:44 pm
Forum: Technical / Scripting
Topic: How to make a macro reacts differently depending on the key
Replies: 15
Views: 32880

I sense some kind of sarcasm..... But thanks anyway :wink: !
by Guillaume777
Sun Dec 22, 2002 8:17 am
Forum: General Discussion
Topic: VBScript... how much can we use it ?
Replies: 5
Views: 15018

for example if I want to do an "Sub xxx_Click" event in Macro Scheduler, can I do it ?
by Guillaume777
Sun Dec 22, 2002 8:12 am
Forum: General Discussion
Topic: VBScript... how much can we use it ?
Replies: 5
Views: 15018

ok I tried many thing with VBscript, and so far its working great. However it seems like many feature and event require some (html ?) objects (like "Document" ). Since there no such object in Macro Scheduler, does that mean that those options are not there ? Or can I simply use, say, a program as an...
by Guillaume777
Sun Dec 22, 2002 7:59 am
Forum: Technical / Scripting
Topic: How to make a macro reacts differently depending on the key
Replies: 15
Views: 32880

hum.... I wonder if its possible to create a macro with VBscript that waits for a mouse click ...
by Guillaume777
Sun Dec 22, 2002 7:58 am
Forum: General Discussion
Topic: VBScript... how much can we use it ?
Replies: 5
Views: 15018

VBScript... how much can we use it ?

I know VBscript can be used in a macro... however my question if how much ? I mean, can I do all the VBscript I want in macro scheduler or is there some limitation ?
by Guillaume777
Sun Dec 22, 2002 7:15 am
Forum: Technical / Scripting
Topic: How to make a macro reacts differently depending on the key
Replies: 15
Views: 32880

oh well... the virtual key codes of the mouse buttons do not work... I guess there is no WaitMouseDown or something....
by Guillaume777
Sun Dec 22, 2002 7:05 am
Forum: Technical / Scripting
Topic: How to make a macro reacts differently depending on the key
Replies: 15
Views: 32880

site not side.... bah !
by Guillaume777
Sun Dec 22, 2002 7:05 am
Forum: Technical / Scripting
Topic: How to make a macro reacts differently depending on the key
Replies: 15
Views: 32880

here another, better side with the key codes

http://www.delphicollection.com/public/ ... odes.shtml
by Guillaume777
Sun Dec 22, 2002 6:51 am
Forum: Technical / Scripting
Topic: How to make a macro reacts differently depending on the key
Replies: 15
Views: 32880

ok now I only need to find the virtual key code of the mouse buttons and I'm set !
Sign up to our newsletter for free automation tips, tricks & discounts