| Author |
Message |
Forum: Support Topic: Fileread and sendraw problem! |
| 79516379 |
|
Posted: July 24th, 2010, 1:02 pm
|
|
Replies: 10 Views: 291
|
| I've tested it on several apps i.e. Firefox, I.E., and Notepad++ the problem still persists. I would like to know why it adds an extra linefeed, so I can fix it properly. IT DOES NOT!. Look at your 1.txt file for unusual line terminators. I also tested your code and there is nothing added. How do y... |
|
 |
Forum: Support Topic: Fileread and sendraw problem! |
| 79516379 |
|
Posted: July 24th, 2010, 12:40 pm
|
|
Replies: 10 Views: 291
|
| I've tested it on several apps i.e. Firefox, I.E., and Notepad++ the problem still persists. I would like to know why it adds an extra linefeed, so I can fix it properly. |
|
 |
Forum: Support Topic: Fileread and sendraw problem! |
| 79516379 |
|
Posted: July 24th, 2010, 10:34 am
|
|
Replies: 10 Views: 291
|
Code: fileread 1, 1.txt sendraw %1% return
For each linefeed in file 1.txt, it sends an additional linefeed. Can someone tell me why and how can I fix that ? |
|
 |
Forum: Scripts Topic: Time Table - My first script ever |
| 79516379 |
|
Posted: July 1st, 2010, 3:23 pm
|
|
Replies: 0 Views: 627
|
| Hi there! I mainly used ahk scripts to bot MMORPG but until two weeks ago I started taking a serious interest in ahk :) I decided to make this script. Many thanks to those who wrote the help files and answered my noobish questions in the ask for help forum. Any comments and help to improve to script... |
|
 |
Forum: Support Topic: Time box |
| 79516379 |
|
Posted: June 21st, 2010, 3:27 pm
|
|
Replies: 1 Views: 200
|
Can anyone show me how to make a time box like the one in the picture please ?
edit: not the clock. I mean the editing part where you can input time. |
|
 |
Forum: Scripts Topic: MS Office Automation Functions (via COM) [thanks Sean] |
| 79516379 |
|
Posted: June 21st, 2010, 9:49 am
|
|
Replies: 295 Views: 66126
|
| This is awesome! Thank you. Keep up the good work. |
|
 |
Forum: Support Topic: Same variable cannot be used for more than one control. |
| 79516379 |
|
Posted: June 20th, 2010, 4:56 pm
|
|
Replies: 2 Views: 212
|
| Another problem, if I have 2 GUI with 2 different keystrokes, no matter what keystrokes I press, it'll always open the first GUI. |
|
 |
Forum: Support Topic: Same variable cannot be used for more than one control. |
| 79516379 |
|
Posted: June 20th, 2010, 4:34 pm
|
|
Replies: 2 Views: 212
|
| Can anyone tell me how to avoid this error please. Error: Same variable cannot be used for more than one control. The current thread will exit. !1:: gui , add, text,, Open Program: gui , add, edit, vProgram gui , add, button, default, OK gui , show return buttonOK: gui , submit if islabel(Progam... |
|
 |
Forum: Support Topic: multi loops ? |
| 79516379 |
|
Posted: May 6th, 2010, 7:43 pm
|
|
Replies: 11 Views: 475
|
Thank everyone for your help  |
|
 |
Forum: Support Topic: multi loops ? |
| 79516379 |
|
Posted: May 6th, 2010, 6:02 am
|
|
Replies: 11 Views: 475
|
| Thanks, but there must be a way to do this without reloading the script right ? |
|
 |
Forum: Support Topic: multi loops ? |
| 79516379 |
|
Posted: May 6th, 2010, 5:38 am
|
|
Replies: 11 Views: 475
|
| Everything is running well now, but I have a lot of timers (about 7 or 8 ). I want to turn them off using only one command other than: a:: settimer , 1, 1000 settimer , 2, 2000 settimer , 3, 3000 settimer , 4, 4000 settimer , 5, 5000 settimer , off, 3000 return 1: send 1 return 2: send 2 return 3: s... |
|
 |
Forum: Support Topic: multi loops ? |
| 79516379 |
|
Posted: May 5th, 2010, 1:08 pm
|
|
Replies: 11 Views: 475
|
Anonymous wrote: check Settimer in help file
Thank you, but I still have a problem.
Code: a:: settimer , tab, 20000 return
tab: send {tab} return
If I press a to run the script above it will wait 20 seconds then start sending tab key. How can I make it to send tab key first ? |
|
 |
Forum: Support Topic: multi loops ? |
| 79516379 |
|
Posted: April 25th, 2010, 7:12 pm
|
|
Replies: 11 Views: 475
|
| I want to send a key every 10s and constantly send 2 other keys. I tried to run 2 loops but that didn't work. Help, anyone ? |
|
 |
Forum: Support Topic: Command Run problem |
| 79516379 |
|
Posted: April 22nd, 2010, 6:02 pm
|
|
Replies: 2 Views: 222
|
| ok thanks a bunch... I'm new to this |
|
 |
Forum: Support Topic: Command Run problem |
| 79516379 |
|
Posted: April 22nd, 2010, 5:35 pm
|
|
Replies: 2 Views: 222
|
| Every time I use command run, it automatically runs the next command without me pressing the hot key. e.g. $a:: run, calc.exe $b:: loop { send 1 send 2 } If I hit a, it'll open the calculator and constantly send 1 and 2. Is it a bug or just me ? [Moved from Bug Reports forum. ~ jaco0646 ] |
|
 |
| Sort by: |