Hi team,
I'm automating a Windows GUI with AutoIt v3.3.8.1. When i'm setting the text by ControlSetText, the text box lost focus event not triggered. But the windows GUI working fine in try manually. If the event trigger properly, the Windows GUI auto enabled 6 text boxes [ref: Manual Run.png]
Code Snippet
ControlSetText($hWnd,"","[NAME:txtMsgLen]", "0006")
send("{TAB}")
By any chance shall we force the Windows GUI Lost Focus event of a text box? Any help is much appreciated.
Thanks!
Sundarrajan R