RE: Customizing the about window
RE: Customizing the about window
- Subject: RE: Customizing the about window
- From: Vinay Prabhu <email@hidden>
- Date: Wed, 13 Sep 2006 18:21:54 +0530
- Importance: Normal
Hi,
Thanks for the help.
Now I have connected the about menu to the action in controller class.
It works fine.
Regards
Vinay
-----Original Message-----
From: Paul Lynch [mailto:email@hidden]
Sent: Wednesday, September 13, 2006 4:01 PM
To: Vinay Prabhu
Cc: email@hidden
Subject: Re: Customizing the about window
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