On Aug 14, 2006, at 8:46 PM, Lennox Jacob wrote:
Herllo,
I have an App which can have several secopndary windows opened.
There are some (not all) windows, which, when the CloseButton is
clicked not only closes that window but the whole app. Other
windows work perfectly.
I have checked them several times but just cannot find the problem,
is there something I might be overlooking?
Any suggestions?
Is this on Mac or Windows?
Check out the Application.AutoQuit Property.
----------------------
Application.AutoQuit Property
Syntax
AutoQuit as Boolean
If True, the application will quit when the last window is closed,
whether by calling the Close method of the Window class or the user
closed the last window. AutoQuit defaults to True on non-MDI Windows
applications and True on Linux.
It defaults to False on MDI Windows and Macintosh applications.
--------------------
Other than that, I can't see anything else unless you have a quit
hidden somewhere you have forgotten about. Search for all quit
instanced in the Find...
Terry
Off to work now.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>