How do i get rid of the save prompt when trying to exit my application. It always asks if I would like to save the document, I need to get rid of that prompt
Derek Kuhl
2008.01.27, 08:29 AM
Overload -shouldRunSavePanelWithAccessoryView: in your NSDocument. Return NO.