• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Why are my menu items gray?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why are my menu items gray?


  • Subject: Re: Why are my menu items gray?
  • From: Phil Larson <email@hidden>
  • Date: Wed, 23 Apr 2003 08:15:31 -0700

Make sure that you have a deviceAction: method already. If the menu does't find its action then the items will be grey.

Phil

On Wednesday, April 23, 2003, at 07:48AM, Peter Karlsson <email@hidden> wrote:

>Dear list!
>
>Can someone please tell me why my menu items are gray'ed out? It builds 10
>menu items, all with the title 'Cocoa', as expected, but they are all gray
>and can't be clicked.
>
>int menuNum;
>NSMenuItem *menuItem;
>for(menuNum=0; menuNum <10; menuNum ++)
>{
>menuItem = [[NSMenuItem alloc] initWithTitle:@"Cocoa"
>action:@selector(deviceAction:)keyEquivalent:@""];
>[menuItem setTarget:menuOutlet];
>[deviceOutlet addItem:menuItem];
>}
>
>Peter
>
>
>
>
>
>
>_________________________________________________________________
>Add photos to your messages with MSN 8. Get 2 months FREE*.
>http://join.msn.com/?page=features/featuredemail
>_______________________________________________
>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.
_______________________________________________
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.

  • Prev by Date: New Pallet?
  • Next by Date: Re: proting cocoa app
  • Previous by thread: Re: New Pallet?
  • Next by thread: Re: Why are my menu items gray?
  • Index(es):
    • Date
    • Thread