Re: While on the subject of: NSOutlineView
Re: While on the subject of: NSOutlineView
- Subject: Re: While on the subject of: NSOutlineView
- From: Andreas Mayer <email@hidden>
- Date: Thu, 31 Jul 2003 01:48:10 +0200
Am Mittwoch, 30.07.03 um 22:11 Uhr schrieb Chris Hanson:
If you want to get fancy, you can create an intermediate sorted array
of keys and then use that.
I don't think that's fancy; it's necessary. The description for allKeys
reads:
"The order of the elements in the array isn't defined."
So to be sure you get the same order with each call, you'd have to do
the sorting yourself.
bye. Andreas.
_______________________________________________
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.