Re: Bug using Applescript applet as helper app?
Re: Bug using Applescript applet as helper app?
- Subject: Re: Bug using Applescript applet as helper app?
- From: Michelle Steiner <email@hidden>
- Date: Sat, 1 Sep 2001 06:40:51 -0700
On 8/31/01 10:39 AM, Neil Appel <email@hidden> wrote:
>
This is strange since in my browser setting I specify the helper app
>
by targeting it through "post-process with application" in IE and
>
through "handled by" in Netscape. It seems in both Netscape and IE it
>
doesn't matter what you specify as the helper app. The helper app
>
will always be the latest new complied Applescript applet.
>
>
Has anybody experience this phenomenon before?
This is because although you select the helper app by name, the system
recognizes it by creator type. All Applescript applets have the same
creator type, so whichever is the last one created on the disk will be
called.
The cure is to assign a unique creator type to your applet; you can do
this with any of a number of utilities, or with Applescript itself.
I am curious, though, as to what processing this applet does.
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------