• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Copy all Photoshop Pixels, Paste in FileMaker Cell
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Pressing Filemaker's Continue Button
  • Next by Date: Re: AppleScript & Mac OS X
  • Previous by thread: Copy all Photoshop Pixels, Paste in FileMaker Cell
  • Next by thread: Dumb it down? [Was Scope of globals etc]
  • Index(es):
    • Date
    • Thread