Populating a pulldown menu
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.