Jump to content

cos

Members
  • Posts

    4
  • Joined

  • Last visited

cos's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. He all, it works. i had some trouble with a variable that's why the GUICtrlDelete did not work thanks for all the help and quick replies
  2. sorry i made a typo so the GUICtrlDelete($scan) (and not GUICtrlDelete(($scan_serialnumber) what i typed first) does not work also the GUICtrlSetData($scan,"") doesn't do anything. thanks
  3. That is indeed what i needed, thanks. but i also notice that it does not work for the GUICtrlCreateInput. i have this in my code $scan = GUICtrlCreateInput ("",10, 260, 200, 20) but when i delete $scan (GUICtrlDelete ($scan_serialnumber)) it does not delete. I also got a failure on the return value. So how can i delete this one? thanks a lot
  4. Hi, i have made an application that when you hit a button you go to the next step and hit another you go again a step further (every time you hit the button the next button is shown). But here is the question, when i come to the end i have a end button (closes the program) and a return button. What i want is when you click on the return button you start over again, so my GUI has to be cleared, and the first button is shown again. is there a function or a way to clean up the GUI so every text, button ect is erased?? any suggestion is welcome thanks
×
×
  • Create New...