Jump to content

Unknown function name


 Share

Recommended Posts

Hi

I made a simple script for a GUI, but I ran into a problem.

I use the GUICtrlSetOnEvent command, but I gave it my own function like this:

GUICtrlSetOnEvent($notokbutton, "NOTOKButton")

But when I run the script I get the following errormessage:

Error: Unknown function name.

Now I'm wondering, is there a list with al function names, I couldn't find one in the documentation, or I need a new pair of glasses.

I like work: it fascinates me. I can sit and look at it for hours.

Link to comment
Share on other sites

Hi

I made a simple script for a GUI, but I ran into a problem.

I use the GUICtrlSetOnEvent command, but I gave it my own function like this:

GUICtrlSetOnEvent($notokbutton, "NOTOKButton")

But when I run the script I get the following errormessage:

Error: Unknown function name.

Now I'm wondering, is there a list with al function names, I couldn't find one in the documentation, or I need a new pair of glasses.

<{POST_SNAPBACK}>

You didn't find one because it is you which is reponsible to define the function "NOTOKButton". I suppose you didn't do it. :)
Link to comment
Share on other sites

You didn't find one because it is you which is reponsible to define the function "NOTOKButton". I suppose you didn't do it. :evil:

<{POST_SNAPBACK}>

Jip, just after I posted I solved the problem by doing what you said :)

I like work: it fascinates me. I can sit and look at it for hours.

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...