Skip navigation.
 
mlRe: Interface Builder (almost) supports NSToolbar
FROM : Quincey Morris
DATE : Mon Mar 03 20:53:26 2008

On Mar 3, 2008, at 11:26, I. Savant wrote:

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


It's the same ambiguity about the term "toolbar" that makes IB's 
toolbar-creation so unintuitive. You create toolbar items in the set 
of *available* items (which is what populates the toolbar 
customization sheet) and these are essentially permanent. You add and 
remove items to/from the subset of items used in the actual toolbar 
(in IB or in your initialization or when the toolbar is customized by 
the user), but that doesn't create or delete the items themselves.

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