Custom Sheets

2009-05-10 Thread Marcelo Cicconet
Hi. I've tried to use custom sheets following this tutorial: http://developer.apple.com/documentation/Cocoa/Conceptual/Sheets/Tasks/UsingCustomSheets.html#//apple_ref/doc/uid/20001290 But the sheet doesn't appear properly (attached to the window) and the method orderOut: doesn't work. Any ideas

Re: Custom Sheets

2009-05-10 Thread Jerry Krinock
On 2009 May 09, at 05:04, Marcelo Cicconet wrote: But the sheet doesn't appear properly (attached to the window) and the method orderOut: doesn't work. Ah, I'm so glad you asked this, since I spent a couple hours tracking this down myself last week and after finding no advice in the

Re: Creating custom sheets

2008-03-22 Thread Ken Thomases
On Mar 21, 2008, at 9:44 AM, Sherm Pendley wrote: On Fri, Mar 21, 2008 at 9:42 AM, Ken Thomases [EMAIL PROTECTED] wrote: On Mar 20, 2008, at 7:37 PM, Kevin Dixon wrote: I want to create a custom sheet that displays a bit of text, a progress bar and an abort button. The Apple docs say use

Re: Creating custom sheets

2008-03-21 Thread Ken Thomases
On Mar 20, 2008, at 7:37 PM, Kevin Dixon wrote: I want to create a custom sheet that displays a bit of text, a progress bar and an abort button. The Apple docs say use interface builder to make the UI for the sheet, but what should I add to my NIB, a window, panel, or custom view? A

Re: Creating custom sheets

2008-03-21 Thread Sherm Pendley
On Fri, Mar 21, 2008 at 9:42 AM, Ken Thomases [EMAIL PROTECTED] wrote: On Mar 20, 2008, at 7:37 PM, Kevin Dixon wrote: I want to create a custom sheet that displays a bit of text, a progress bar and an abort button. The Apple docs say use interface builder to make the UI for the sheet,

Creating custom sheets

2008-03-20 Thread Kevin Dixon
I want to create a custom sheet that displays a bit of text, a progress bar and an abort button. The Apple docs say use interface builder to make the UI for the sheet, but what should I add to my NIB, a window, panel, or custom view? Thanks -Kevin