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 us

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 fo

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 windo

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 ___