• 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: AS adoption barriers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AS adoption barriers


  • Subject: Re: AS adoption barriers
  • From: Bruce Robertson <email@hidden>
  • Date: Mon, 24 Sep 2001 16:02:43 -0700

> All I want is a layout in filemaker to be saved as a jpeg, sent as an email
> and archived, the only bit that I'm stuck on is creating the jpeg and I see
> the best way of doing this is controlling the chooser. (Which opens other
> interesting possibilities)
> All the filemaker plug-ins I have found suck quite a lot.

Then you might try Clip2GIF, a scriptable application which I use for this
purpose. Here's a sample script:


tell application "FileMaker Pro"
activate
copy bounds of window 1 to wBounds
copy (name of window 1) & ".jpg" to wName
copy (path to desktop) as text to FName
copy FName & wName to newFileName
my snapIt(newFileName, wBounds)
end tell

on snapIt(wName, wBounds)
tell application "clip2gif"
try
save screen crop wBounds in file wName as JPEG scale 100 quality normal

on error errmsg
beep
activate me
display dialog errmsg buttons "OK" default button 1
error number -128
end try
end tell
end snapIt



Bruce Robertson
Concise Design


References: 
 >RE: AS adoption barriers (From: Tony Ryan <email@hidden>)

  • Prev by Date: Re: Command execution ala Director's message window
  • Next by Date: RE: AS adoption barriers
  • Previous by thread: RE: AS adoption barriers
  • Next by thread: RE: AS adoption barriers
  • Index(es):
    • Date
    • Thread