Oddball Posted June 22, 2005 Posted June 22, 2005 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.
jpm Posted June 22, 2005 Posted June 22, 2005 Oddball said: HiI 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.
Oddball Posted June 23, 2005 Author Posted June 23, 2005 jpm said: You didn't find one because it is you which is reponsible to define the function "NOTOKButton". I suppose you didn't do it. <{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.
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