It is a setup of a USB driver for german health care terminal, i am sure you will not know it.
"What happens here" is the question regarding the output form AU3recorder. Why do the recorder not record?
also this piece of code :
#region ---Au3Recorder generated code Start (v3.3.7.0) ---
#region --- Internal functions Au3Recorder Start ---
Func _Au3RecordSetup()
Opt('WinWaitDelay',100)
Opt('WinDetectHiddenText',1)
Opt('MouseCoordMode',0)
EndFunc
Func _WinWaitActivate($title,$text,$timeout=0)
WinWait($title,$text,$timeout)
If Not WinActive($title,$text) Then WinActivate($title,$text)
WinWaitActive($title,$text,$timeout)
EndFunc
AU3RecordSetup()
#endregion --- Internal functions Au3Recorder End ---
#endregion --- Au3Recorder generated code End ---
is the output from AU3recorder. If you miss error checking here, then i can say, that i miss the recorded things also.
If you miss error checking in the other code snipets, then pls have in mind that they are only examples to demonstrate what is not working for me.
I think the problem i have is more general than only missing error checking
Are there any issues with WIN 7 and Autoit or should it wourk without any problems?