AutoHotkey Community

It is currently May 27th, 2012, 2:08 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
PostPosted: February 2nd, 2010, 2:15 pm 
Hello,
i have big problem. All capital accented czech characters are sends as lower. ie. output for "temp := "ĚŠČŘŽÝÁÍÉ" is "ěščřžýáíé". I have big problem with fill of clients form, where are capital characters as first character - ie. "Šárka Červená" is send as "šárka červená", "ČERNÝ ÚHOŘ COMPANY" is send as "čERNý úHOř COMPANY".
Thanks for any solving idea :-)
J.
Example:
Image


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 2nd, 2010, 2:18 pm 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
1) Try the various send methods to see if that helps (play, input, raw etc)
2) simply paste the text rather then send the string char by char
Code:
clipboard=Šárka Červená
send ^v ; paste
look at clipboard doc page to retain current clipboard content and also look into clipwait

_________________
AHK FAQ
TF : Text files & strings lib, TF Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 2nd, 2010, 2:44 pm 
1) - i try all methods of send .. it is not working
2) send using clipboard is working
I have now

InputBox, Name, Name, Name Surname Title
...
clipboard = %Name%
Send ^v

instead of simple Send.

Thanks for tip :)
J.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 2nd, 2010, 2:46 pm 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
If you want to experiment further with send, sometimes trying a few different times for setkeydelay might help as well. But good to hear the paste options works for you.

_________________
AHK FAQ
TF : Text files & strings lib, TF Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 2nd, 2010, 4:58 pm 
Offline

Joined: May 21st, 2007, 3:44 pm
Posts: 176
Location: USA
I am having the same problem with German Umlauts, but I can't use the clipboard because it seems that Word 2007 get in the way with its clipboard monitoring.

hugov wrote:
If you want to experiment further with send, sometimes trying a few different times for setkeydelay might help as well. But good to hear the paste options works for you.


Is there any explanation of why setkeydelay would change this upper to lower behaviour?

_________________
-------------
Scott Mattes
Image
My small, and slowly growing, collection of scripts.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 2nd, 2010, 5:06 pm 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
Have you experimented with clipwait and/or sleep for the clipboard problem or send {raw} or {blind}

_________________
AHK FAQ
TF : Text files & strings lib, TF Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 2nd, 2010, 5:41 pm 
Offline

Joined: May 21st, 2007, 3:44 pm
Posts: 176
Location: USA
I have tried various clipwait times with no success.

I haven't tried blind, but after reading it I am uncertain that it would help (so, I should at least try it).

_________________
-------------
Scott Mattes
Image
My small, and slowly growing, collection of scripts.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: nimda, poserpro, rbrtryn, sjc1000 and 12 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
Powered by phpBB® Forum Software © phpBB Group