srgsng25 Posted January 25, 2012 Posted January 25, 2012 (edited) i am just starting here so please bare with me i have been reading for 3 days and for some stupid reason i have no clue what is happening i use Au3Record to record a verry simple setup of my vonage click to call program see scrip below upon saving and closing then testing said scrip i get this returned to me Line 16 (File "Y:vonageclick2callclick2call_install.au3"): Au3recordssetup() ^Error Error: Unknown Function Name. #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 --- Run('Yvonageclick2callSetup.exe') _WinWaitActivate(InstallShield Wizard,The InstallShield® W) MouseClick(left,361,358,1) _WinWaitActivate(InstallShield Wizard,Setup will install V) MouseClick(left,361,358,1) _WinWaitActivate(InstallShield Wizard,Setup has enough inf) MouseClick(left,361,358,1) _WinWaitActivate(InstallShield Wizard,Setup has finished i) MouseClick(left,361,358,1) #endregion --- Au3Recorder generated code End --- Edited January 25, 2012 by srgsng25
somdcomputerguy Posted January 25, 2012 Posted January 25, 2012 Line 16 is missing an underscore character. - Bruce /*somdcomputerguy */Â If you change the way you look at things, the things you look at change.
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