Re: Customizing the about window
Re: Customizing the about window
- Subject: Re: Customizing the about window
- From: Paul Lynch <email@hidden>
- Date: Wed, 13 Sep 2006 11:31:13 +0100
On 13 Sep 2006, at 11:25, Vinay Prabhu wrote:
I am trying to customize the about window, by adding the image,
text with
hyperlink etc.
The "about" menu is connected to the "orderFrontStandardAboutPanel"
action
in the NSApplication class.
I have tried overriding it, but it didn't work. If I connect the
about menu
to any other action, the menu gets disabled.
That is because NSMenuItems are subject to validation. If the object
connection to the menu item doesn't implement the action your have
specified, the menu item will be deactivated; or if the objeect
doesn't exist.
Paul
_______________________________________________
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