Re: NSDrawer newbie question
Re: NSDrawer newbie question
- Subject: Re: NSDrawer newbie question
- From: Jeremy Dronfield <email@hidden>
- Date: Mon, 9 Sep 2002 16:43:35 +0100
On Monday, September 9, 2002, at 03:37 pm, Mike Dean wrote:
-(void) AcceptChanges:(id)sender
...
setvars etc.
NSLog(@"Have changed the values");
[variablesDrawer close];
NSLog(@"Drawer should have closed");
...
but of course, while both messages appear in the console, the drawer
remains
open until I use the button in theparent window.
One possibility is that you've used IB to connect your open/close button
to the drawer's toggle action, and then forgotten to hook your
controller class's variablesDrawer outlet to the drawer...?
-Jeremy
========================================
email@hidden // email@hidden
The Alchemy Pages:
- fractious fiction at
http://freespace.virgin.net/jeremy.dronfield
========================================
_______________________________________________
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.