Re: NSDrawer
Re: NSDrawer
- Subject: Re: NSDrawer
- From: Mike Beam <email@hidden>
- Date: Sun, 05 May 2002 16:11:32 -0500
What about a sheet? Wouldn't that do exactly what you're looking to do?
Just put the contents of your drawer in a window, size the window so that
its 100 pixels high, and then do the following to open it:
[NSApp beginSheet:sheetWindow
modalForWindow:mainWindow
modalDelegate:self
didEndSelector:@selector(didEndSelector)
contextInfo:nil];
Mike Beam
_______________________________________________
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.
References: | |
| >NSDrawer (From: Famille GOUREAU-SUIGNARD <email@hidden>) |