Re: GC Scale
Re: GC Scale
- Subject: Re: GC Scale
- From: Michelle Steiner <email@hidden>
- Date: Mon, 28 Jan 2002 07:03:28 -0700
On 1/27/02 9:43 PM, Scott Earleywine <email@hidden> wrote:
>
This may seem extremely trivial, but I cannot get your code, and do not
>
understand how to get your code, to be 'drop-able'.
That's where the "code to select photo goes here" goes.
on open (itemlist)
set filelist to files of the itemlist
repeat with thisfile in the filelist
my GCscale (thisfile)
end repeat
Then wrap my previous code with
on GCscale (photo)
--previous code goes here
end GCscale
I have not tested the above; in fact, I wrote it on the fly in this
email, so I didn't even test to see if it compiles.
Also, it will work only with dropped files, and ignore dropped folders.
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------