Jump to content

Oddball

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Oddball

  1. Jip, just after I posted I solved the problem by doing what you said
  2. 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.
  3. Thanks, it works!! Now I can continue to make my complete script. One question, the "Global" thing on the first line, what does it stand for, I can't find it in the documentation. Oh, and the + in front of the = sign on the first to last line has to be removed, otherwise it will generate an error message.
  4. OK, first of all, I made a typo in the title, stupid Second, as I said, I have my script in parts, as I am still learning the language, so I'm gone send the bit I have on the multiple GUIs now, the problem is that I can't close only one, but they both close. I copied a great deal from the documentation and modified it but I can't get any further.
  5. Hello I'm using AutoIt v.3 for about a week, maybe 2. But I ran into a problem, I have made a script, in several parts, and I want to have 2 GUIs running at the same time. Both GUIs have an OK button, some text, one has an Input box and the other has an Combo box. This isn't a problem, that occurs when I want to close one of them and continue using the other. With my, limited, knowledge of AutoIt I can not solf this problem, hopefully you guys can help me out with a push in the right direction or a piece of script. Thanx in advance
×
×
  • Create New...