Re: Drawer Behavior (Possible Solution)
Re: Drawer Behavior (Possible Solution)
- Subject: Re: Drawer Behavior (Possible Solution)
- From: Brendan Younger <email@hidden>
- Date: Tue, 29 May 2001 23:27:00 -0500
I was poking around in the .nib files for OmniWeb and Mail and perhaps
came across a solution to the whole IB drawer problem. Both Mail and
OmniWeb implement their drawers as a panel and a window respectively.
Perhaps it would be best to do the same and simply use the top level
view of the window with setContentView and setParentWindow to
programmatically add the drawer. Haven't tried it yet, but it *should*
work. Best of luck.
Brendan