Re: scripting pop-up windows?
Re: scripting pop-up windows?
- Subject: Re: scripting pop-up windows?
- From: "Jim at Mac.com" <email@hidden>
- Date: Tue, 20 Nov 2001 01:55:55 -0600
Got three great suggestions two had issues the one from "Mr Tea" worked
great,
heres what I came up with that worked perfectly under OS 9.2.1;
tell application "Finder"
activate
open container window of folder "my folder" of startup disk
set theWindow to container window of folder "my folder" of startup disk
set popup of theWindow to true
set pulled open of theWindow to false
end tell
This did just what I needed Thanks to all three!