• 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
Re: Need help, trying to populate a plain Table
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


-- 
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>

 _______________________________________________
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

  • Follow-Ups:
    • Re: Need help, trying to populate a plain Table
      • From: Brian Christmas <email@hidden>
References: 
 >Need help, trying to populate a plain Table (From: Brian Christmas <email@hidden>)
 >Re: Need help, trying to populate a plain Table (From: Shane Stanley <email@hidden>)
 >Re: Need help, trying to populate a plain Table (From: Brian Christmas <email@hidden>)

  • Prev by Date: Re: Need help, trying to populate a plain Table
  • Next by Date: Re: Need help, trying to populate a plain Table
  • Previous by thread: Re: Need help, trying to populate a plain Table
  • Next by thread: Re: Need help, trying to populate a plain Table
  • Index(es):
    • Date
    • Thread