• 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: Finder scripting bugs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finder scripting bugs


  • Subject: Re: Finder scripting bugs
  • From: "Nigel Garvey" <email@hidden>
  • Date: Sun, 30 Aug 2009 00:35:03 +0100

Bill Cheeseman wrote on Sat, 29 Aug 2009 12:40:26 -0400:

>This script worked in Leopard but it doesn't work in Snow Leopard.

>In Snow Leopard, the indexes of the following columns remain
>unchanged, so that I end up with two columns having index 2 and none
>having index 7. The column positions do not change, and the version
>column does not become visible.

>tell application "Finder"
>	activate
>	set current view of front window to list view
>	tell list view options of front Finder window
>		tell column name column

Just on the offchance, does it work if you insert 'id' between 'column'
and the column id?

  tell column id name column

That's the way column references are returned in Jaguar and Tiger, so
that might be the correct way to address them.

NG

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Finder scripting bugs
      • From: Paul Berkowitz <email@hidden>
  • Prev by Date: Re: Safari scripting
  • Next by Date: Re: Creating a list
  • Previous by thread: Re: Finder scripting bugs
  • Next by thread: Re: Finder scripting bugs
  • Index(es):
    • Date
    • Thread