ToolBarItem Validation
ToolBarItem Validation
- Subject: ToolBarItem Validation
- From: Apparao <email@hidden>
- Date: Wed, 9 Aug 2006 12:08:19 +0530
Hello All,
I am working on ToolBar Item validation. Basically it is a view
item, so for validating i wrote one NSToolBarItem subclass, in that i
override validate method like below:
- (void)validate
{
// [self setEnabled:NO];
NSLog(@"%@:%@", NSStringFromClass([self class]), NSStringFromSelector
(_cmd));
}
But the problem is, this method is not gets called. Am i missing
something here.
Any suggestions will be appreciated.
Regards
Apparao.
_______________________________________________
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