• 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
Populating a pulldown menu
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Populating a pulldown menu


  • Subject: Populating a pulldown menu
  • From: email@hidden
  • Date: Sun, 1 Feb 2004 04:40:41 EST

This is the code I have:

pairCFArrayRef = CFArrayGetValueAtIndex(prefCFArrayRef,index);
if (NULL == pairCFArrayRef) break;

DevNameCFString = CFArrayGetValueAtIndex(pairCFArrayRef,0);

-----------------------

What I am trying to do is populate a pulldown menu so that a default device
can be selected.

In case it matters I'm using 10.2.x and ProjectBuilder.
_______________________________________________
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: Sending messages to Objective C objects at runtime
  • Next by Date: Hyphenation?
  • Previous by thread: Re: Updating text fields in Cocoa.
  • Next by thread: Hyphenation?
  • Index(es):
    • Date
    • Thread