unholy Posted May 16, 2019 Posted May 16, 2019 Hello. I am trying to input some text in textbox using this code: ControlSetText($hWnd, "", "[CLASS:TFidProfileDropDownNationality; INSTANCE:1]", "some text") Interestingly when I move to the next line of code and try to set text to another text the text dissapears as if it did not exist at all Also tried with ControlSend but still $idFirstName = "[CLASS:TFidProfileEditFirstName; INSTANCE:1]" ;ControlFocus($hIndPflWnd, "", $idFirstName) Sleep(100) ControlSend($hIndPflWnd, "", $idFirstName, "Kricket") Sleep(100) Give me some ideas how to workaround this problem Please see the video in attachment textbox text erase.mp4
alienclone Posted May 16, 2019 Posted May 16, 2019 without seeing the rest of the script it is hard to tell what is happening after the text is set. If @error Then MsgBox(262192, "", @ComputerName & " slaps " & @UserName & " around a bit with a large trout!") EndIf "Yeah yeah yeah patience, how long will that take?" -Ed Gruberman REAL search results | SciTE4AutoIt3 Editor Full Version
unholy Posted May 17, 2019 Author Posted May 17, 2019 Here is the main script and more clear video quality New AutoIt v3 Script.au3
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