Bug in AS for Mac OS X?
Bug in AS for Mac OS X?
- Subject: Bug in AS for Mac OS X?
- From: David Crowe <email@hidden>
- Date: Tue, 10 Sep 2002 11:33:14 +0900
There appears to be a bug in the Finder implementation of Mac OS X.
Normally, if you drag the icon of a file or folder to a
droplet/applet the name of the file/folder is made available to the
script (indicated by the icon being selected while the selection is
hovering over it).
A trivial example of such a script is:
on open (theFolderList)
display dialog ("The folder list is: " & theFolderList as string) & "."
end open
This does not work, however, when you drag the folder icon in the
title bar of a finder window to the script's icon. The script icon
does not even darken. Yet, you can perform other finder operations
with this icon, such as moving a folder to another folder.
Does anyone know if this is fixed in 10.2 (which I have on order) or
will be fixed in the future?
- David Crowe
_______________________________________________
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.