Re: Opening a Panel
Re: Opening a Panel
- Subject: Re: Opening a Panel
- From: "Sherm Pendley" <email@hidden>
- Date: Fri, 27 Jun 2008 21:15:29 -0400
On Fri, Jun 27, 2008 at 7:31 PM, Alex Wait <email@hidden> wrote:
> Been working my way through the Hillegass book.
I don't have the book (sorry Aaron, I'm poor...) so I'll to talk in
generalities.
> I'm on the chapter where you usea a Panel window and I am having some
> trouble. I did all the instructions to the letter (as best as I can tell ^_^
> )
> and when my program runs, the Preferences menu item is grayed out. I checked
> to make sure it was "Enabled" and it is.
>
> Is there some property I need to set?
First, check to make sure the menu item is connected correctly in IB.
Make note of the action name. Then check to be sure that the correct
action is implemented in your controller. A menu item is automagically
disabled when the specified action method can't be found, so a simple
typo is often the culprit for problems like this.
sherm--
>
> --
> If you can't be kind, at least have the decency to be vague.
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
>
--
Cocoa programming in Perl: http://camelbones.sourceforge.net
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden