Sheet opens but not attached to window

2008-12-08 Thread Mike Chambers
I am trying to create a custom sheet for my application. The sheet is contained in a separate nib named CalendarSheet, and has a class called CalendarSheetController set as its File Owner. (The class is below). I open the sheet like so: [calendarSheet showSheet:mainWindow]; Where mainWindow is

Re: Sheet opens but not attached to window

2008-12-08 Thread Mike Abdullah
In IB, your window is probably set to be visible at launch. Turn that off as you are managing the visibility yourself. Mike. On 8 Dec 2008, at 16:44, Mike Chambers wrote: I am trying to create a custom sheet for my application. The sheet is contained in a separate nib named CalendarSheet,