Search found 6 matches
- Fri Sep 08, 2006 7:01 pm
- Forum: Technical / Scripting
- Topic: Only works fine pressing Left Shift
- Replies: 10
- Views: 10200
You have no Release LShift statements. Therefore subsequent calls of this will be problematic since it thinks LShift is already pressed and thus all subsequent keysends will be sent WITH LShift. At the end of the loop add this: Release LShift I added that, and the problem continue... perhaps I shou...
- Wed Sep 06, 2006 7:47 pm
- Forum: Technical / Scripting
- Topic: Only works fine pressing Left Shift
- Replies: 10
- Views: 10200
First time I record the movements, copy a text of a web, change to excel, paste, leave the cursor in the correct position for the next loop, advance one page of web...again. I use this program (it's very very good) since one week. Because I record, after write more code, the loop...and press shift 1...
- Wed Sep 06, 2006 7:32 pm
- Forum: Technical / Scripting
- Topic: Only works fine pressing Left Shift
- Replies: 10
- Views: 10200
all code: Let>n=0 Let>k=0 Repeat>n Input>n,Whatt page (0-14) should be %n% ? IF>n>14 Let>n=-1 ENDIF Until>n>-1 Let>k=n Repeat>k Let>WW_TIMEOUT=5 CapsOff MouseMove>98,434 Gosub>rc Wait>t Wait>1 LClick Wait>2.5 MouseMove>938,267 wait>2 Press Page Up * 6 Wait>1.51 LClick Let>d=0 Repeat>d IF>nrc Wait>0....
- Wed Sep 06, 2006 7:30 pm
- Forum: Beginners
- Topic: Second newbie question
- Replies: 2
- Views: 4692
- Wed Sep 06, 2006 7:16 pm
- Forum: Technical / Scripting
- Topic: Only works fine pressing Left Shift
- Replies: 10
- Views: 10200
using the debugger, the problem is here, in Ldown, do the key shift seems press CapsOff MouseMove>471,376 Wait>2.45 LClick Wait>0.11 MouseMove>1164,275 Wait>4.1 Press Page Down * 7 Wait>0.02 MouseMove>974,733 Wait>4.57 Press Shift * 10 Wait>0.49 LDown Wait>1 Press Shift * 2 Wait>1 LUp Press Shift * ...
- Wed Sep 06, 2006 6:22 pm
- Forum: Technical / Scripting
- Topic: Only works fine pressing Left Shift
- Replies: 10
- Views: 10200
Only works fine pressing Left Shift
Hi, I'm spanish...my english is very bad, but I'll try to explain my problem I have a script with a loop. The script copy a text of web and paste in excel. If de loop execute one time there aren't problems. If are 2 or more loops, Macro Scheduler (v.8) hold on. I removed the loop and I extended the ...