I just got back to this problem (after watching the WWDC11 Resume and Automatic
Termination video). I added an additional override and license check in:
-[NSDocumentController
reopenDocumentForURL:withContentsOfURL:display:completionHandler:]
And now my modal window displays before the restored
On Jul 27, 2011, at 15:29, Sean McBride wrote:
> (And I know someone is going to tell me: don't show an icky splash screen...
> that option is being considered too.)
Incidentally, in the context of Lion and automatic termination/resume, it's no
longer just the ickiness that's a problem. The dee
On Jul 27, 2011, at 19:39, Dave Fernandes wrote:
> License agreements are still a necessity. This seems to be what the OP is
> asking about, and not simply a marketing splash screen.
Thanks for the on-topic reply! (Sad that even though I anticipated the 'don't
do that comments', they still cam
License agreements are still a necessity. This seems to be what the OP is
asking about, and not simply a marketing splash screen.
I used to put this check in my document controller's
openUntitledDocumentAndDisplay:error: and
openDocumentWithContentsOfURL:display:error: methods. Unfortunately, t
On Jul 27, 2011, at 5:16 PM, John Joyce wrote:
>
> On Jul 28, 2011, at 7:29 AM, Sean McBride wrote:
>
>> Hi all,
>>
>> How can one support the new Resume feature and also show a splash screen at
>> app launch, before documents are opened?
>>
>> I've added logs to my NSApplicationDelegate and
On Jul 28, 2011, at 7:29 AM, Sean McBride wrote:
> Hi all,
>
> How can one support the new Resume feature and also show a splash screen at
> app launch, before documents are opened?
>
> I've added logs to my NSApplicationDelegate and observed the launch sequence
> and it goes like:
>
> awake