Alexxander Posted August 22, 2013 Posted August 22, 2013 (edited) hi all i'm making a GUI script at first i show some pics is there is a way so i can reset the GUI to the fist view it was when i runned the script ? i mean at the beginning there was only 2 pics can reset the gui or reopen the script in a single code ? Edited August 22, 2013 by alexander95
FireFox Posted August 22, 2013 Posted August 22, 2013 Hi,You can delete the created controls with the GUICtrlDelete function.Br, FireFox.
Alexxander Posted August 22, 2013 Author Posted August 22, 2013 Hi, You can delete the created controls with the GUICtrlDelete function. Br, FireFox. yes i know that , so there is no way to reset the gui i have to delete them manually ?
JohnOne Posted August 22, 2013 Posted August 22, 2013 Create a function which sets GUI to its first state, and call it whenever you want to 'reset' it. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
FireFox Posted August 23, 2013 Posted August 23, 2013 yes i know that , so there is no way to reset the gui i have to delete them manually ?No. You can do what JohnOne said.
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