GameIDevelp Posted June 26, 2009 Posted June 26, 2009 hello...I have a "main gui" with few buttons , when i click on 1 button she start one include "child gui" that have in it a loop statemet ...how to close the "child gui" not hide "close" ,, and use in continue the "main gui" ...?---the scene--few notes--From main gui i click button that start the another gui with "loop while" i need to have a button that close the loop an next use the main gui ,, right now my code when i start the loop i can not use the main gui until i close the child with loop ,,, onley think that worck is click on close button but not worck because close and the main gui ... Can anyone help me with this please .?Thanks...
colafrysen Posted June 26, 2009 Posted June 26, 2009 (edited) Do you really have to use 2 loops? (I suppose their function is to get GUImsg)First, it would be be great if you cleaned up your text a bit as i cant understand so much of the second textblock:From main gui i click button that start the another gui with "loop while" i need to have a button that close the loop an next use the main gui ,, right now my code when i start the loop i can not use the main gui until i close the child with loop ,,, onley think that worck is click on close button but not worck because close and the main gui ... Edited June 27, 2009 by colafrysen [font="Impact"]Use the helpfile, It´s one of the best exlusive features of Autoit.[/font]http://support.microsoft.com/kb/q555375ALIBI Run - a replacement for the windows run promptPC Controller - an application for controlling other PCs[size="1"]Science flies us to the moon. Religion flies us into buildings.[/size][size="1"]http://bit.ly/cAMPZV[/size]
GameIDevelp Posted June 27, 2009 Author Posted June 27, 2009 (edited) i need for run a Function with IF $var =*** in Loop statemet ... and start then when I click on button in main gui... I need a loop for chech and again chech somthink function's and I do this with Loop statement in gui child but I use a "main gui " like menue for starting this tool and close ,,, but i know just for starting for close the tool i dont now ... ,, Edited June 27, 2009 by GameIDevelp
trancexx Posted June 27, 2009 Posted June 27, 2009 I know it's sometimes hard, but you should really try explaining better. Try with GUIGetMsg(1) ...or try restarting windows - that would kill the sucker. ♡♡♡ . eMyvnE
GameIDevelp Posted June 27, 2009 Author Posted June 27, 2009 (edited) I have a GUI ..... a Window with few Buttons on IT . When I click 1 Button Shee Start a another GUI Window With Loop Function on IT ,,, BUT i do not now How to close the GUI window that I start It when I click on Button ,, this I dont now .... ---Update--------------------------------------------- I think I resolve a tiny think .... just with ExitLoop .. Edited June 27, 2009 by GameIDevelp
colafrysen Posted June 27, 2009 Posted June 27, 2009 I have a GUI ..... a Window with few Buttons on IT . When I click 1 Button Shee Start a another GUI Window With Loop Function on IT ,,, BUT i do not now How to close the GUI window that I start It when I click on Button ,, this I dont now ....Are you looking for the function GUIDelete? another command that might be of interest i GUISwitch [font="Impact"]Use the helpfile, It´s one of the best exlusive features of Autoit.[/font]http://support.microsoft.com/kb/q555375ALIBI Run - a replacement for the windows run promptPC Controller - an application for controlling other PCs[size="1"]Science flies us to the moon. Religion flies us into buildings.[/size][size="1"]http://bit.ly/cAMPZV[/size]
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