Re: Smile error
Re: Smile error
- Subject: Re: Smile error
- From: Emmanuel <email@hidden>
- Date: Thu, 19 Oct 2006 02:25:55 +0200
At 10:21 AM +1000 10/19/06, Tim Mansour wrote:
I'm wondering if Emmanuel or anyone can tell me why I'm getting an
error from this Smile script...
set thePDF to (choose file of type {"com.adobe.pdf"})
set r to {0, 0, 128, 128}
set preserveAspectRatio to "xMaxyMax slice"
set thePage to 1
BeginFigure(0)
DrawPDF(thePDF, r, preserveAspectRatio, thePage)
EndFigure()
The EndFigure() generates the error: unknown attribute "href"??
This works on my machine, what version are you running?
Emmanuel
_______________________________________________
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
References: | |
| >Smile error (From: Tim Mansour <email@hidden>) |