Re: Copy image to clipboard
Re: Copy image to clipboard
- Subject: Re: Copy image to clipboard
- From: Simon Forster <email@hidden>
- Date: Wed, 31 Mar 2004 18:46:53 +0100
On 31 Mar 2004, at 18:43, Martin Orpen wrote:
That's what I've done before using jpegs:
set myImage to choose file
tell application "Safari"
activate
open myImage
delay 2
tell application "System Events"
tell process "Safari"
keystroke "c" using {command down}
end tell
end tell
end tell
<laugh />
That's pretty much what I've ended up with. Seems to work OK but
somehow is so inelegant.
Oh well.
Simon Forster
_____________________________________________________
LDML Ltd, 62 Pall Mall, London, SW1Y 5HZ, UK
Tel: +44 (0)70 9230 5244 Fax: +44 (0)70 9230 5247
_____________________________________________________
_______________________________________________
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.