Re: Server error 19?
Re: Server error 19?
- Subject: Re: Server error 19?
- From: Michael Grant <email@hidden>
- Date: Fri, 19 Jul 2002 09:35:10 -0500
You may be on to something, but unfortunately none of your specific
suggestions are working. The script doesn't even compile with parentheses
around 'open location', and adding the "tell" statements doesn't change the
result. (You remember I actually tried 'tell application "Finder"' before
writing to the list.)
Any other ideas? I'm stumped.
Thanks,
Michael
On 7/19/02 2:03 AM, "Paul Berkowitz" <email@hidden> wrote:
>
You may have a namespace conflict as if you were in an Entourage tell block.
>
'location' is a property of [calendar] 'event' in Entourage. Application
>
keywords take precedence in tell blocks. Try
>
>
(open location) the_URL
>
>
I have no idea what this "Big Cat' thing is. But it may be the type of
>
context that makes everything run in a 'tell current application' context.
>
If so, then it's as if you're running your script in an Entourage tell
>
block. If the parentheses don't work on their own, try this. (It may do no
>
good to 'tell me to' because 'me' again could be the 'current application'.
>
so try both:
>
>
tell me to (open location) the_URL
>
>
and
>
>
tell AppleScript to (open location) the_URL
--
May God grant me the celerity to reject the mail I cannot manage,
the verbiage to answer the mail I can, and the filter rules to know the
difference.
_______________________________________________
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.