sandyinlet Posted August 16, 2009 Posted August 16, 2009 Is there a technique available to determine whether the current window is the only window open? I have a multiple window solution and I want to attach a script to the Close Window button which runs only if this is the only window in the current solution. Possible? Much appreciated.
Vaughan Posted August 17, 2009 Posted August 17, 2009 Look into the WindowNames() function. If you set up a shutdown script (in File Options) it will run when the last window of a file is closed.
sandyinlet Posted August 17, 2009 Author Posted August 17, 2009 Look into the WindowNames() function. If you set up a shutdown script (in File Options) it will run when the last window of a file is closed. Got it. Thanks.
Recommended Posts
This topic is 5577 days old. Please don't post here. Open a new topic instead.
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