Jump to content

noob questions help


 Share

Recommended Posts

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 by srgsng25
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...