Stay Popup script doewsn't work on this Mac
Stay Popup script doewsn't work on this Mac
- Subject: Stay Popup script doewsn't work on this Mac
- From: Pat Cannon <email@hidden>
- Date: Wed, 16 Apr 2003 13:24:45 -0500
Hi,
This script, for keeping popup windows in popup mode, works fine at
home on my iMac, System 9.1 I believe, but not here at work on my G4
under System 9.2.1, AppleScript 1.8.3.
Anybody know why?
-----------------------
on moving folder window for ThisFolder
tell application "Finder"
if popup of window of folder ThisFolder is false then
set zoomed of window of folder ThisFolder to true
set popup of window of folder ThisFolder to true
end if
end tell
end moving folder window for
-----------------------
Thanks in advance,
Pat
_______________________________________________
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.