Re: plist -> popup menu
Re: plist -> popup menu
- Subject: Re: plist -> popup menu
- From: Angela Brett <email@hidden>
- Date: Sun, 18 May 2003 00:33:15 +1200
The problem is the order of the items in the popup. In the Property List
Editor they are ordered alphabetically, but in the popup they are not. Is
there a way I can control the order of the items in the popup?
That would be because allKeys does not give back the keys in any
particular order. You'll need to sort items first, using
sortUsingSelector:@selector(compare:) I guess.
--
Angela Brett
email@hidden
http://cocoa.co.nz
http://acronyms.co.nz/angela
_______________________________________________
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.