Re: Stay Popup script doewsn't work on this Mac
Re: Stay Popup script doewsn't work on this Mac
- Subject: Re: Stay Popup script doewsn't work on this Mac
- From: Nigel Garvey <email@hidden>
- Date: Thu, 17 Apr 2003 01:07:27 +0100
Pat Cannon wrote on 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
>
-----------------------
It works OK for me in 9.2.2. Besides checking that the script is actually
attached to the intended folder, you could try omitting the word 'folder'
before 'ThisFolder', as the latter's an alias, not a string.
NG
_______________________________________________
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.