• 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: List View Problems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: List View Problems


  • Subject: Re: List View Problems
  • From: Luther Fuller <email@hidden>
  • Date: Mon, 27 Dec 2010 14:41:33 -0600

On Dec 24, 2010, I wrote:

I just finished an erase and direct install of 10.6.

The new system is no longer creating the defective list view folders. This solves part of the problem.

I am still stuck with some defective folders. They aren't fixed automatically.

I had to eliminate the defective folders by trashing them. And, of course. I copied the contents into the new folder, first. No, you can't create a new folder, then replace the old folder with it. The copy is still defective. You have to Trash the defective folder first.

I have done some experimenting with with list view options ...

property testFolder : alias "OS_X:Users:lutherfuller:Library:Application Support"
tell application "Finder"
activate
set winRef to (window of testFolder)
set current view of winRef to list view -- WORKS
set icon size of list view options of winRef to small -- WORKS
set text size of list view options of winRef to 12 -- WORKS
set shows icon preview of list view options of winRef to false -- WORKS
set width of column name column of list view options of winRef to 300 -- WORKS
set sort column of list view options of winRef to name column
set sort direction of sort column of list view options of winRef to normal -- WORKS
-- changes the direction triangle, but order does not change order of listing until the folder is closed, then opened


set visible of column modification date column of list view options of winRef to false -- FAILED
set visible of column size column of list view options of winRef to false -- FAILED
set visible of column version column of list view options of winRef to true -- FAILED


open winRef
set toolbar visible of winRef to false -- WORKS, but folder must be open
end tell

The problem with set visible of column ... is still there, but everything else seems to work correctly.
But, see my next post "DS_Store Files".
 _______________________________________________
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: List View Problems
      • From: Christopher Stone <email@hidden>
References: 
 >List View Problems (From: Luther Fuller <email@hidden>)
 >Re: List View Problems (From: Luther Fuller <email@hidden>)
 >Re: List View Problems (From: Christopher Stone <email@hidden>)
 >Re: List View Problems (From: Luther Fuller <email@hidden>)
 >Re: List View Problems (From: Luther Fuller <email@hidden>)

  • Prev by Date: Re: List View Problems
  • Next by Date: DS_Store Files
  • Previous by thread: Re: List View Problems
  • Next by thread: Re: List View Problems
  • Index(es):
    • Date
    • Thread