Re: select in aw6
Re: select in aw6
- Subject: Re: select in aw6
- From: Brennan <email@hidden>
- Date: Thu, 13 Mar 2003 20:39:29 +0100
On Thu, 13 Mar 2003 18:17:07 +0000, fabrice <email@hidden> wrote:
>
hmmm...Last chance!
>
>
My simplest question would be:
>
how to tell appleworks 6 to select the whole window of a gif (bitmap) file
and copy selection to the clipboard.
>
Which doesn't seem to interest anybody, I know, but please...
>
>
Fab
>
What OUGHT to work is something like this
tell application "AppleWorks"
activate
tell document 1
set the clipboard to painting
end tell
end tell
This puts something (of unknown type) onto the clipboard. Actually, I think it
doesn't really work. Don't know if this helps.
>
From what I understand you're using Appleworks to author animated gifs. Have
you considered using GraphicConverter instead?
Otherwise, what about saving the document and then importing it in the other
app? Slow, but doable.
Brennan
_______________________________________________
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.