On Fri, Jun 27, 2008 at 7:31 PM, Alex Wait <[EMAIL PROTECTED]> 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 (Cocoa-dev@lists.apple.com) > > 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: > http://lists.apple.com/mailman/options/cocoa-dev/sherm.pendley%40gmail.com > > This email sent to [EMAIL PROTECTED] > -- Cocoa programming in Perl: http://camelbones.sourceforge.net _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]