AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Send not works coretly

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
Ekonomitas



Joined: 23 Nov 2004
Posts: 2

PostPosted: Tue Nov 23, 2004 3:42 pm    Post subject: Send not works coretly Reply with quote

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
View user's profile Send private message Send e-mail
jonny



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Tue Nov 23, 2004 5:41 pm    Post subject: Reply with quote

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
View user's profile Send private message
BoBo
Guest





PostPosted: Tue Nov 23, 2004 8:43 pm    Post subject: Reply with quote

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 Exclamation Question
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






PostPosted: Wed Nov 24, 2004 3:13 am    Post subject: Reply with quote

You can try increasing "SetKeyDelay". Sometimes the keys are sent just too fast...
Back to top
Ekonomitas



Joined: 23 Nov 2004
Posts: 2

PostPosted: Sat Dec 11, 2004 9:12 am    Post subject: Send Reply with quote

SetKeyDelay,20 solve this problem.
_________________
Vilius
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group