Re: [Q] Cocoa newbie question
Re: [Q] Cocoa newbie question
- Subject: Re: [Q] Cocoa newbie question
- From: Sherm Pendley <email@hidden>
- Date: Wed, 10 Dec 2003 21:17:03 -0500
On Dec 10, 2003, at 8:50 PM, Steve Christensen wrote:
I've been playing around writing some small apps to try stuff out. I
did a custom about box (i.e., call my own code instead of calling
-orderFrontStandardAboutPanel) and noticed that the Print item was
enabled
etc.? Or is there a "better practices" way of doing it that I haven't
yet figured out?
Implement the NSMenuValidation protocol in your controller object -
that is, implement the validateMenuItem: method.
sherm--
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.