• 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: Broken - set visible of column kind column to false -- hide kind
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Broken - set visible of column kind column to false -- hide kind


  • Subject: Re: Broken - set visible of column kind column to false -- hide kind
  • From: Robert Poland <email@hidden>
  • Date: Fri, 11 Sep 2009 16:55:04 -0600

More testing:

This script (with Snow Leopard) does nothing except changing the toolbar. Doesn't even have the decency to crash.

Worked Since 2003 with previous systems.

 tell application "Finder"
activate
if exists Finder window 1 then -- make sure there is a window to toggle 
set wdw to Finder window 1
set visibleStatus to true -- or false
set the toolbar visible of wdw to visibleStatus
tell wdw
tell its list view options
-- set visible of column name column to visibleStatus
set visible of column modification date column to visibleStatus
set visible of column creation date column to visibleStatus
set visible of column size column to visibleStatus
set visible of column kind column to visibleStatus -- hide kind
set visible of column label column to visibleStatus
set visible of column version column to visibleStatus -- hide version
set visible of column comment column to visibleStatus -- hide comments
set visible of column creation date column to visibleStatus -- hide date created
end tell
end tell
end if
end tell


On Sep 11, 2009, at 10:15 AM, Robert Poland wrote:

HI,

Does anyone know the new Snow Leopard name for column kind column?

WAS:
set visible of column kind column to false -- hide kind

Bob Poland - Fort Collins, CO


Bob Poland - Fort Collins, CO



 _______________________________________________
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: Broken - set visible of column kind column to false -- hide kind
      • From: Luther Fuller <email@hidden>
References: 
 >Broken - set visible of column kind column to false -- hide kind (From: Robert Poland <email@hidden>)

  • Prev by Date: Re: Clicking iTunes 9 Genius button?
  • Next by Date: Re: Broken - set visible of column kind column to false -- hide kind
  • Previous by thread: Re: Broken - set visible of column kind column to false -- hide kind
  • Next by thread: Re: Broken - set visible of column kind column to false -- hide kind
  • Index(es):
    • Date
    • Thread