Skip navigation.
 
mlRe: Interface Builder (almost) supports NSToolbar
FROM : I. Savant
DATE : Mon Mar 03 20:26:42 2008

>> 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.

Related mailsAuthorDate
mlInterface Builder (almost) supports NSToolbar Brian Krisler Mar 3, 19:53
mlRe: Interface Builder (almost) supports NSToolbar Quincey Morris Mar 3, 20:12
mlRe: Interface Builder (almost) supports NSToolbar I. Savant Mar 3, 20:26
mlRe: Interface Builder (almost) supports NSToolbar Quincey Morris Mar 3, 20:53
mlRe: Interface Builder (almost) supports NSToolbar Brian Krisler Mar 5, 03:04
mlRe: Interface Builder (almost) supports NSToolbar Quincey Morris Mar 5, 03:23
mlRe: Interface Builder (almost) supports NSToolbar Jonathan Hess Mar 5, 03:27