> I know that GURL is broken in Panther, but does the following 
> fail as well?
> 
> on mouseUp
>   answer file "Locate HTML:"
>   if it is empty then exit mouseUp
>   put it into tPath
>   put \
>       "tell application" && quote & "Finder" & quote & cr &\
>       "open location" && quote & "file://" & tPath & quote & cr &\
>       "end tell" into S
>   do S as AppleScript
> end mouseUp

Unfortunately, yes... in 10.3.2 you can't send this appleScript to the
Finder without getting an error. You can send it to *other* apps,
though, but they get launched. For a workaround right now, I'm sending
the message to "System Events" (which is always open).

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/ 


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to