Re: "List View" ASIP Please!
Re: "List View" ASIP Please!
- Subject: Re: "List View" ASIP Please!
- From: Jed Verity <email@hidden>
- Date: Wed, 13 Dec 2000 11:44:06 -0800
Of course. Sorry about that...left over from a script for setting both
bounds and view...
Jed
On the threshold of genius, Guy Algot wrote:
>
On 12/13/00 11:40 AM, Jed Verity sent:
>
>
> I think this'll do it. Choose the folder (or volume) that contains the other
>
> folders you want to set and let it rip (it can take a while).
>
>
> on setFolderProps(parentFolder)
>
> tell application "Finder"
>
> open parentFolder
>
> set view of container window of parentFolder to 2
>
> close parentFolder
>
> end tell
>
> end setFolderProps
>
>
Change 'open parentFolder' line to 'select parentFolder' and remove the
>
'close parentFolder' line and it will execute faster. I would also put a
>
few beeps at the end so you'll know when its done.
>
>
Later,
>
Guy
>
>
>
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
>
Guy Algot, Graphic Dimensions Consulting (403) 861-9882
>
email@hidden Calgary, Alberta
>
"The higher, the fewer!" Mac consulting/4D development
>
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
>
'Remember that as a teenager you are in the last stage of your
>
life when you will be happy to hear that the phone is for you'
>
-- Fran Lebowitz
>
>
~)~)~)~)~)~)~)~)~)~)~)~)~)
Jed Verity