Hi Christian, In your NSToolbar, it's possible to specify that certain items in the toolbar can indicate a selected state by using toolbarSelectableItemIdentifiers. I use toolbarSelectableItemIdentifiers for changing 'panels' in my application. I have a matching Menu for those 'panels'. When I click on a 'panel' menu item, the matching toolbar item is never selected. I can't find anywhere a method to do it by code, but by reading the Apple Toolbar Programming Guide, I discovered that selectedItemIdentifier existed:
http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSToolbar_Class/Reference/Reference.html#//apple_ref/occ/instm/NSToolbar/selectedItemIdentifier Would it be possible to have it implemented ? Best, Yoann _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
