alawoona Posted February 1, 2004 Posted February 1, 2004 I have a script with the following lines of code:WinWaitActive ( "Import", "", 5 )AutoItSetOption ( "SendKeyDelay", 75 )ControlSend ( "Import", "", "Edit1", $file)Send("{ENTER}")The window "Import" is an open file dialog from an application the script is controlling.Edit1 is the edit box where the file name is entered.$file = "C:\data.lst" is the file name.More often than not the file name is entered as C;\data.lst rather than C:\data.lst which really screws things up. Running Win XP
CyberSlug Posted February 1, 2004 Posted February 1, 2004 (edited) Look at this threadThe problem of Shift seems related; maybe post a bug report. Edited February 1, 2004 by CyberSlug Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
alawoona Posted February 1, 2004 Author Posted February 1, 2004 (edited) ControlSetText certainly solved the problem. Forgot to mention am using AutoIt 3.0.91 Edited February 1, 2004 by alawoona
jpm Posted February 1, 2004 Posted February 1, 2004 I think Jon solved this problem in the latest unstable version (BTW very stable) For me the complete accentuated letter is missing (I am French as you may know). Only éèàù is working. ëêîô don't. I am sure other speaking language will add more ñò ...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now