I apologize if I cam of snarky in my last email. I guess I may still
confused on how the validation process works. My impression from the
Toolbar Programming guide was that if you are dealing with image
based items you want to implement the validateToolbarItem in your
target. However if you are de
> I understand I need to have a NSToolbarItem subclass and override its
> validate method, but who is responsible for calling it? Will NSToolbar
> call it during its validation routine or do I need to come up with my
> own validation routine?
As Ashley says, NSToolbar will call validate on the too
On Dec 17, 2008, at 8:20 AM, Carmen Cerino Jr. wrote:
I understand I need to have a NSToolbarItem subclass and override its
validate method, but who is responsible for calling it? Will NSToolbar
call it during its validation routine or do I need to come up with my
own validation routine?
NSToo
I understand I need to have a NSToolbarItem subclass and override its
validate method, but who is responsible for calling it? Will NSToolbar
call it during its validation routine or do I need to come up with my
own validation routine?
Cheers,
Carmen
___