 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Ekonomitas
Joined: 23 Nov 2004 Posts: 2
|
Posted: Tue Nov 23, 2004 3:42 pm Post subject: Send not works coretly |
|
|
InputBox,cekis,Čekis,čekio numeris ,
In the input box i write 00059
Send, %cekis%
This command sometims writes only 00 in the same execution of script.
I use this sript with Microsoft Internet Explorer and Windows XP _________________ Vilius |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
Posted: Tue Nov 23, 2004 5:41 pm Post subject: |
|
|
| That sounds like a bug with the variable. Something else in the script may be messing with it, I can't tell without seeing it though. Other than that, I can't offer many guesses. Sorry. |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Tue Nov 23, 2004 8:43 pm Post subject: |
|
|
| Quote: | InputBox, OutputVar [, Title, Prompt, HIDE, Width, Height, X, Y, Font, Timeout, Default]
InputBox,cekis,Čekis,čekio numeris , |
Can't see any use for your trailing comma
Have you tried it with non local characters (just to ensure that the issue isn't caused by those) ? Please confirm.
InputBox,cekis,Cekis,cekio numeris |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Nov 24, 2004 3:13 am Post subject: |
|
|
| You can try increasing "SetKeyDelay". Sometimes the keys are sent just too fast... |
|
| Back to top |
|
 |
Ekonomitas
Joined: 23 Nov 2004 Posts: 2
|
Posted: Sat Dec 11, 2004 9:12 am Post subject: Send |
|
|
SetKeyDelay,20 solve this problem. _________________ Vilius |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|