Re: Is the Sidebar in Finder windows applescriptable?
Re: Is the Sidebar in Finder windows applescriptable?
- Subject: Re: Is the Sidebar in Finder windows applescriptable?
- From: Bill Cheeseman <email@hidden>
- Date: Sat, 03 Jan 2004 12:49:46 -0500
on 2004-01-03 11:49 AM, B2 Fass-Holmes at email@hidden wrote:
>
If so, what is the proper command for changing its width?
It doesn't appear to be possible.
You can get the position of the sidebar splitter and the size of the sidebar
itself using standard GUI Scripting syntax, with the following as the
operative statement (contained inside the usual GUI Scripting tell blocks).
get size of group 1 of splitter group 1 of window 1
Or
get position of splitter 1 of splitter group 1 of window 1
But the corresponding 'set' commands generate AppleScript errors.
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook -
http://www.AppleScriptSourcebook.com
Vermont Recipes -
http://www.stepwise.com/Articles/VermontRecipes
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.