How to disable NSToolbarShowColorsItemIdentifier in a toolbar
How to disable NSToolbarShowColorsItemIdentifier in a toolbar
- Subject: How to disable NSToolbarShowColorsItemIdentifier in a toolbar
- From: "Mradul Mandhanya" <email@hidden>
- Date: Thu, 25 Aug 2005 17:47:42 +0530
- Thread-topic: How to disable NSToolbarShowColorsItemIdentifier in a toolbar
Hi
I have a toolbar having a NSToolbarShowColorsItemIdentifier.
In ValidatetoolbarItem when I return false in all cases like.
-(BOOL)validateToolbarItem:(NSToolbarItem*)theItem
{
return FALSE;
}
All my items are disabled except NSToolbarShowColorsItemIdentifier.
When I see the log of the items comes for validation I have found that
for NSToolbarShowColorsItemIdentifier validation was not done.
Why is it so and how can I disable this item as well?
Regards,
Mradul Mandhanya
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden