Re: Interface Builder (almost) supports NSToolbar
Re: Interface Builder (almost) supports NSToolbar
- Subject: Re: Interface Builder (almost) supports NSToolbar
- From: "I. Savant" <email@hidden>
- Date: Mon, 3 Mar 2008 14:26:42 -0500
>> There appears to be no way to efine identifiers for the toolbar items.
I ran into the same issue when playing with it but none of my
projects have been "updated" to use the IB method so I never pursued
it. I feel your pain. :-)
> create IBOutlets for each toolbar item you care about in your window
> controller class, hook them up in IB, and do whatever (such as
> assigning identifiers, or making certain items selectable) in the
> window controller's nib-awake-time code, or its toolbar-delegate
> methods.
I would never have thought of this; I thought toolbar items were
discarded / recreated when removed from and added to the toolbar. Have
I missed something?
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden