>> 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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
