At 6:06 PM +0000 2/24/07, Ian Piper wrote: >I want my application to quit when I close the default window. I have >tried two ways: in the app object I created a new property called >AutoQuit as Boolean and set it to True. No good. I also tried setting >App.AutoQuit = True in the App.Open event Handler. In either case the >window closes but the application doesn't.
App.AutoQuit = True should work. Any chance you have a hidden window anywhere? The app only quits when ALL windows are closed, whether hidden or visible. Regards, Joe Huber _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
