• 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: Emailer Lite Attachment Droplet...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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. |
----------------------------------------------------------------------


  • Prev by Date: Re: Emailer Lite Attachment Droplet...
  • Next by Date: Re: Stack Overflow - a mind boggling problem
  • Previous by thread: Re: Emailer Lite Attachment Droplet...
  • Next by thread: Re: MP3 tags
  • Index(es):
    • Date
    • Thread