Re: container window
Re: container window
- Subject: Re: container window
- From: Rob Jorgensen <email@hidden>
- Date: Wed, 1 Oct 2003 11:44:10 -0400
At 8:49 AM -0600 10/1/03, david wrote:
Is there a way to set the container window position and size without opening
it first?
I read that there is a folder window property, but can't seem to get at it.
Here's what I have working in os9 (I need to keep this one in 9).
I don't have OS 9 handy but this works in X.
set container_ to "path:to:container:"
tell application "Finder"
set current view of container window of alias container_ to list view
end tell
-- Rob
_______________________________________________
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.