TuMiM Posted November 26, 2006 Posted November 26, 2006 I have a main gui that has about 16 buttons on it each of which launches a seperate gui. The problem is that when i click the X button in the top right hand corner of any of the guis, it closes all the guis and the main gui. How can I make it so that each X only closes it's gui without having to add a button on each gui for close?
GaryFrost Posted November 26, 2006 Posted November 26, 2006 Instead of using Select use Switch, no need for the $msg or multiple $msg i.e. Switch GuiGetMsg() Case $GUI_EVENT_CLOSE ExitLoop EndSwitch SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
/dev/null Posted November 26, 2006 Posted November 26, 2006 I have a main gui that has about 16 buttons on it each of which launches a seperate gui. The problem is that when i click the X button in the top right hand corner of any of the guis, it closes all the guis and the main gui. How can I make it so that each X only closes it's gui without having to add a button on each gui for close?it would help if you post the relevant parts of your scriptCheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
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