FolderActionProperties
FolderActionProperties
- Subject: FolderActionProperties
- From: DigitEL <email@hidden>
- Date: Wed, 19 Nov 2003 11:59:22 -0800
Hi All>
Could someone verify for me the following FolderAction handler...
Under Jag worked fine and works in Script Editor in Panth without the
handler lines but as a Folder Action does not save the results back to
the properties so they appear in the dialog on next running. If it
works for others I assume it is an installation issue unless I have
missed something...
Thanks if you can help!
---------------------------------------------
property resultMessage : "None: "
property resultNum : 0
property windowBounds : {}
on opening folder targetFolder
tell application "Finder"
--activate
display dialog (the resultNum & " " & the resultMessage & (the
windowBounds as string) as string)
set the windowBounds to (bounds of window 1)
set the resultMessage to "Got It: "
set the resultNum to count of windows
display dialog (the resultNum as string) & " " & the resultMessage &
(the windowBounds as string)
end tell
end opening folder
-----------------------------------
--
ForNow
EL
_______________________________________________
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.