On Fri, Mar 6, 2009 at 12:01 AM, Graham Cox <graham....@bigpond.com> wrote: > The app might have been launched with a file or files, or just by > double-clicking. So if the EULA needs to be displayed this should just defer > opening the required documents. By stopping the untitled or other files from > opening, they never do.
So what? Implement the appropriate methods in your NSApp delegate, or perhaps a custom subclass of NSDocumentController, and have them stow any arguments and keep reminding themselves using -performSelector:withObject:afterDelay: until conditions change such that the original message can be processed as normal. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com