Skip navigation.
 
mlDisabling NSToolbarItem label for view item in text only mode
FROM : Mark Alldritt
DATE : Sun Dec 26 00:28:44 2004

Hi,

I have an NSToolbarItem that displays a custom NSView.  My toolbar item also
has a menu representation for use in overflow and text-only toolbar modes.

The problem is that when I call NSToolbarItem's setEnabled:NO while the
toolbar is in text only mode, the item's label is *not* disabled.  I've
tried disabling the menu representation's menu item, but that has no effect.

How do I get my toolbar item's text mode label to disable?

Cheers
-Mark

---------------------------------------------------------------------
Mark Alldritt                        Late Night Software Ltd.
Phone: 250-380-1725                  333 Moss Street
FAX:  250-383-3204                  Victoria, B.C.
WEB:  http://www.latenightsw.com/    CANADA  V8V-4M9

Related mailsAuthorDate
mlDisabling NSToolbarItem label for view item in text only mode Mark Alldritt Dec 26, 00:28
mlRe: Disabling NSToolbarItem label for view item in text only mode The Karl Adam Dec 26, 00:55
mlRe: Disabling NSToolbarItem label for view item in text only mode Mark Alldritt Dec 27, 18:02