I need completely close my application when a user closes the document window using the applications at runtime.
Currently when they click the window, the application stays open and is displaying its menu bar. I read this article for iOS and to add an entry into the plist file: http://developer.appcelerator.com/question/40081/ios4---make-app-not-run-in-background
What is the easiest way for me to close the entire app when a user closes the document window?