Re: Jon's Commands
Re: Jon's Commands
- Subject: Re: Jon's Commands
- From: Jon Pugh <email@hidden>
- Date: Wed, 5 Sep 2001 10:26:02 -0700
At 8:57 AM -0700 9/5/2001, Michelle Steiner wrote:
>
On 9/5/01 8:36 AM, Rachel <email@hidden> wrote:
>
>
>What happens is that I click on the icon, it opens as uncompiled, I click
>
>"Run", it empties the trash and is then compiled. If I try to save it as
>
>compiled it won't. Instead it saves as "copy of Empty Locked Trash". What I
>
>want is to click a run-only script and empty the trash.
>
>
Why does it have to be run-only? You need to save it as an applet to do
>
what you want; making it run-only means that it can't ever be edited
>
again once you close the editor.
Yes, try it as "application" instead of "Run-only". You should get the expected behavior. Run-only is somewhat dangerous, and I suspect you are just seeing artifacts of the Run-only save process, since the Script Editor tries to make sure that you also save a normal copy. Saving as Run-only does not count as saving your script.
Jon