Re: SetLevel: window and drawers
Re: SetLevel: window and drawers
- Subject: Re: SetLevel: window and drawers
- From: Douglas Davidson <email@hidden>
- Date: Mon, 23 Dec 2002 10:15:14 -0800
On Sunday, December 22, 2002, at 08:19 AM, Bill Cheeseman wrote:
I've mostly solved the case of making the window a normal window. I use
NSDrawer's private _drawerWindow iVar (tsk, tsk) to set each drawer's
level
to that of a normal window before I turn the window itself into a
normal
window. If I didn't do that, the drawers would remain floating windows
and
become visible in front of the main window.
If you absolutely have to deal with a drawer's window, I'd suggest
asking the drawer's content view for its window. The drawer's window
is kept private to give us some freedom of implementation, but no
matter how we implement it the content view has to live in some window.
I took a look at drawer window levels once before Jaguar, but it's
possible there are still some remaining issues here. I'll look into it.
Douglas Davidson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.