Re: Opening a folder is AS vrs double clicking
Re: Opening a folder is AS vrs double clicking
- Subject: Re: Opening a folder is AS vrs double clicking
- From: Jim Brandt <email@hidden>
- Date: Fri, 13 Nov 2009 08:48:31 -0600
So you're saying that a straight open command can't do the job; I have to set all the properties both when I make the folder (for double clicks of the icon) and within each script via individual set commands for folders opened via AS? That sucks!
Thanks for the reply,
Jim
On Nov 13, 2009, at 8:04 AM, Luther Fuller wrote: The first thing to try is to remove 'bounds', 'toolbar' and 'sidebar' from the 'make new ...'.
make new folder at folder f_Location with properties {name:folder_name} set new_folder to the result as alias open window of new_folder set winRef to window of new_folder set toolbar visible of winRef to false set bounds of winRef to nf_bounds -- you don't need 'sidebar' since it's not visible.
|
_______________________________________________
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