Re: Emailer Lite Attachment Droplet...
Re: Emailer Lite Attachment Droplet...
- Subject: Re: Emailer Lite Attachment Droplet...
- From: Michelle Steiner <email@hidden>
- Date: Fri, 26 Oct 2001 21:40:55 -0700
On 10/26/01 9:57 PM, Peter Bunn <email@hidden> wrote:
>
on open
>
tell application "Finder"
>
>
set the_selection to every item of selection as list
>
>
tell application "Mail"
>
activate
>
>
create mail files {" & the_selection & "} encoding 3 without compress
>
>
--create mail files {the_selection} encoding 3 without compress
>
>
end tell
>
end tell
>
end open
>
>
-- Any idea why the files refuse to be included? As is, the script runs
>
without error. If I use the line commented out, Script Editor errors and
>
tells me the items in the selection can't be made into the expected type.
Change the "on open" line to
on open (the_selection)
Remove the braces from around "the selection"
Remove these three lines:
tell application "finder"
set the_selection to every item of selection as list
end tell
I think that should do it; I don't have emailer lite, so I can't test it.
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------