Re: Copy all Photoshop Pixels, Paste in FileMaker Cell
Re: Copy all Photoshop Pixels, Paste in FileMaker Cell
- Subject: Re: Copy all Photoshop Pixels, Paste in FileMaker Cell
- From: Malcolm Fitzgerald <email@hidden>
- Date: Thu, 24 May 2001 11:57:49 +1000
At 6:06 PM -0700 23/5/01, Chris Nitz wrote:
So here's my problem, with all the fat trimmed out:
--Photoshop (w/Photoscripter) document is already open:
--A Low Res, small size, "thumbnail"
--FileMaker Pro database is already open:
--1 found record, has a cell called "Picture"
tell application "Adobe. Photoshop. 6.0"
activate
set selection to all pixels
copy all pixels
end tell
--tell application "Finder"
-- activate
-- open clipboard -- looks great!
-- display dialog "Clipboard Contents OK?"
-- close clipboard
--end tell
tell application "FileMaker Pro"
activate
paste of cell "Picture" of current record
end tell
-- end script
I'd say you should ensure that you have the cell selected first
tell application "FileMaker Pro"
activate
go to cell "Picture"
-- selects the cell, same as clicking on it
paste
end tell
--
Malcolm Fitzgerald
Database Manager
The Australian Society of Authors
ph: 02 9318 0877 fax: 02 9318 0530 email: email@hidden
www.asauthors.org www.asauthors.org/award www.asauthors.org/web_of_poets