Re: Sheet not appearing normally...the first time

2010-02-23 Thread Jean-Henri Duteau
Duouh! And here's the relevant line from the sample app that I missed when I made the second sheet: Switch off its Visible at Launch flag. Thanks, Jean On 2010-02-23, at 3:12 PM, Kevin Wojniak wrote: > See if the Visible at launch checkbox is enabled in the nib for your window. > If so, turn

Re: Sheet not appearing normally...the first time

2010-02-23 Thread Kevin Wojniak
See if the Visible at launch checkbox is enabled in the nib for your window. If so, turn it off. Kevin On Feb 23, 2010, at 1:05 PM, Jean-Henri Duteau wrote: > I have built a document-based application that brings up two sheets. I > followed Apple's NSPersistentDocument sample app. For the f