Re: Opening drawer by default
Re: Opening drawer by default
- Subject: Re: Opening drawer by default
- From: Yong Lee <email@hidden>
- Date: Sat, 19 Jan 2002 08:45:49 -0800
Thanks Andy. It works except performSelector:withObject:afterDelay
belongs to NSObject.
On Saturday, January 19, 2002, at 08:27 AM, Andreas Monitzer wrote:
On Saturday, January 19, 2002, at 04:55 , Yong Lee wrote:
I tried opening in "awakeFromNib", but the affect is the same.
"awakeFromNib" seems to be called before "windowDidLoad". Its internal
state still thinks it's open when it's not. Any other suggestions?
Thanks for your replay, Richard.
[NSApp performSelector:@selector(open) withObject:drawer
afterDelay:0.0];
or something like that
andy
_______________________________________________
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.