Re: Need help, trying to populate a plain Table
Re: Need help, trying to populate a plain Table
- Subject: Re: Need help, trying to populate a plain Table
- From: Shane Stanley <email@hidden>
- Date: Tue, 19 Aug 2014 10:31:09 +1000
On 19 Aug 2014, at 10:08 am, Brian Christmas <email@hidden> wrote:
The trouble with using an array controller is that the data is not presented in the order that it's entered into the controller, it's sorted by the first columns sort order.
Brian, that's just not true. Even tho I've turned off re-ordering, my data is presented in the table in alphabetical order.
If I'm to use an array controller, then I need to display my data in the exact order that it's entered into the controller. On other words, turn OFF column sorting. Do you know how to do this please?
Find the projects that came with my book, the one for chapter 4. Replace the entire applicationWillFinishLaunching_ handler with this:
on applicationWillFinishLaunching:aNotification set my theData to {"x", "a", "f", "g", "c"} end applicationWillFinishLaunching:
Run it and see the list in exactly the order you entered it. Now find what you're doing to stop that from happening.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden