• 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
Little problem with NSPopUpButton
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Little problem with NSPopUpButton


  • Subject: Little problem with NSPopUpButton
  • From: Lorenzo Puleo <email@hidden>
  • Date: Sun, 22 Dec 2002 19:54:08 +0100

Hi Aidas,
maybe the solution you are looking for is the simpliest.
In Interface Builder connect your popUpMenu to an action
like this, then

- (IBAction)ChoosePop:(id)sender
{
int theItemSelected;

theItemSelected = [sender indexOfSelectedItem];
}


Regards
--
Lorenzo Puleo
mailto:email@hidden
_______________________________________________
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: Re: Global utility windows
  • Next by Date: re: setLevel: window and drawers
  • Previous by thread: Re: Little problem with NSPopUpButton
  • Next by thread: Re: Little problem with NSPopUpButton
  • Index(es):
    • Date
    • Thread