How do I open an NSDrawer in awakeFromNib?
How do I open an NSDrawer in awakeFromNib?
- Subject: How do I open an NSDrawer in awakeFromNib?
- From: Pete Yandell <email@hidden>
- Date: Fri, 8 Feb 2002 10:17:40 +1100
One would think that:
- (void)awakeFromNib
{
[myDrawer open];
}
would do the trick, but the drawer doesn't seem to display if I do
this. Indeed, it seems to be left in some sort of weird state: a toggle
will not open it, but a second toggle will, as though it thinks it's
open but it isn't displayed.
Anyone know an easy way to solve/work around this one?
Pete Yandell
http://pete.yandell.com/
________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan
service. For more information on a proactive anti-virus service working
around the clock, around the globe, visit
http://www.messagelabs.com
________________________________________________________________________
_______________________________________________
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.