Re: NSToolbar removeItemAtIndex

2010-12-03 Thread Fritz Anderson
On 2 Dec 2010, at 8:47 PM, k...@highrolls.net wrote: > In the app delegate applicationDidFinishLaunching I call > > [m_toolbar removeItemAtIndex:15]; > [m_toolbar removeItemAtIndex:17]; Examine m_toolbar. Is it nil? — F ___ Cocoa-dev mailing

NSToolbar removeItemAtIndex

2010-12-02 Thread koko
In the app delegate applicationDidFinishLaunching I call [m_toolbar removeItemAtIndex:15]; [m_toolbar removeItemAtIndex:17]; The items remain displayed. The documentation says: While under most circumstances the user will add and remove items from a toolbar using the customization sheet or t