Re: NSDocument saveDocumentWithDelegate deadlocked during App termination

2013-05-03 Thread Kyle Sluder
On Fri, May 3, 2013, at 01:32 PM, Keith Knauber wrote: > How do I force *all* NSDocument dialogs to be handled SYNCHRONOUSLY? You don't. > > NSDocument continues to be a software maintenance nightmare. I agree, but until Apple simplifies the API, correctly dealing with NSDocument will simply re

NSDocument saveDocumentWithDelegate deadlocked during App termination

2013-05-03 Thread Keith Knauber
hasn't finished loading. http://stackoverflow.com/questions/16360898/nsdocument-savedocumentwithdelegate-deadlocked-during-app-termination BEGIN EDIT: I *may* have found a solution that allows me to wait synchronously ---