August 16, 200916 yr 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.
August 17, 200916 yr 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.
August 17, 200916 yr Author 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.
Create an account or sign in to comment