Re: NSToolbarItems - deallocating view-based items

2009-02-10 Thread Steve Cronin
Peter; Thanks for the reply but . The documentation for NSToolbarItem for =setView says: "...The view for the receiver. The view and all of its contents must conform to the NSCoding protocol if the toolbar supports customization" There is no further discussion in the documentation.

Re: NSToolbarItems - deallocating view-based items

2009-02-10 Thread Peter Ammon
On Feb 9, 2009, at 7:13 PM, Steve Cronin wrote: Folks; I have a mix of view and image based toolbar items. The views are all IBOutlets defined in IB. Everything is working well - events are handled and items arevalidated, everything is dandy. Except when the user customizes the toolbar. T

NSToolbarItems - deallocating view-based items

2009-02-09 Thread Steve Cronin
Folks; I have a mix of view and image based toolbar items. The views are all IBOutlets defined in IB. Everything is working well - events are handled and items arevalidated, everything is dandy. Except when the user customizes the toolbar. The image based items can be added and removed 'till