PDA

View Full Version : Save Prompt when quiting


l21logan99
2008.01.26, 11:38 AM
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.

l21logan99
2008.01.27, 02:21 PM
I dont see that .