Re: Help! My Applescript no longer works in Panther
Re: Help! My Applescript no longer works in Panther
- Subject: Re: Help! My Applescript no longer works in Panther
- From: Emmanuel <email@hidden>
- Date: Tue, 13 Jan 2004 18:41:51 +0100
At 11:18 AM -0500 13/01/04, Michael McLaughlin wrote:
>
Ever since upgrading from Jaguar to Panther, the following script (drag-and-drop application) no longer works. It appears that TEXT cannot be converted to file types or creator types. Is there some missing cast not heretofore required?
That's a pity.
I know only one poor plain-vanilla workaround:
-----------------------------
set fileType to run script "\"" & fileType & "\""
-----------------------------
This will work until it breaks ...
Emmanuel
PS :-)
In case it helps the script working, I would try:
>
display dialog "New Creator Code: " buttons "OK" default button 1 default answer "VIZF"
rather than the bizarre creator code that you propose by default.
_______________________________________________
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.