Re: FreeHand MX got an error
Re: FreeHand MX got an error
- Subject: Re: FreeHand MX got an error
- From: Andrew Oliver <email@hidden>
- Date: Sat, 05 Mar 2005 11:31:20 -0800
Title: Re: FreeHand MX got an error
On 3/5/05 8:08 AM, "Gonçalo Miguel" <email@hidden> wrote:
> Hi, does any one nows why this error appears
>
> I’m trying to make a script to import images inside a certain document
> whit 32 pages in Freehand MX (Mac OS 10.3.8) but is my first time and a
> i stop whit this error does any one nows how to make this work??
>
> tell application "FreeHand MX"
> Import "Emac do Guga:Users:oliveira:Desktop:01.jpg" into "Emac do
> Guga:Users:oliveira:Desktop:teste.fh11" page 1 top 90 left 50 Units MM
> end tell
>
> "FreeHand MX got an error: An error of type 3 has occurred."
I don't know for sure (I don't have Freehand MX), but my guess would be that your script could be interpreted as:
import <a string> into <another string>...
and I can't imagine that's going to work. You need to be more literal in what you're trying to do. I'm guessing Freehand's dictionary lists both parameters as being of class 'reference', so something like:
import file “Emac do Guga:Users:oliveira:Desktop:01.jpg” into document 1
would be more along the lines of what I’d expect to see.
Andrew
:)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden