• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
ToolBarItem Validation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: ToolBarItem Validation
      • From: Mike Abdullah <email@hidden>
  • Prev by Date: Re: Formatting NSView for printing...
  • Next by Date: DRBurnProgressPanel is not working
  • Previous by thread: Re: Formatting NSView for printing...
  • Next by thread: Re: ToolBarItem Validation
  • Index(es):
    • Date
    • Thread