Jump to content

Recommended Posts

Posted

i have a gui child that has a cancel button ($cancel_btn) from this gui child i spawn a second child window which also has a $cancel_btn

after i guidelete the second child window i want to grey out the cancel button from the first child window

i tried this:

GUISwitch($subnet_child)

GUICtrlSetState($CANCEL_btn, $GUI_DISABLE)

not working.. any ideas?

  • Developers
Posted (edited)

Why use the same Variable for 2 different GUI'S?

The first Handle will be lost when the second gui is created and the variables are in the same Func...

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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
×
×
  • Create New...