Re: Renaming Files
Re: Renaming Files
- Subject: Re: Renaming Files
- From: Jon Pugh <email@hidden>
- Date: Sat, 28 Jul 2001 12:00:00 -0700
At 1:43 PM +0200 7/27/2001, Emmanuel wrote:
>
Note that it will work only on English-speaking OS's.
>
>
To make it work internationally, you should insert the following line (or a
>
similar one) where suitable after each "display dialog ... with buttons
>
{"Cancel", ...}":
>
>
--------------------------------
>
if button_pressed is "Cancel" then error number -128
>
--------------------------------
So you are saying that the default translated cancel buttons don't automatically generate a -128 like they do for english buttons?
For example, I often use "display dialog foo" so that I can press return (ok) to keep going or escape (cancel) to stop. This is all done by the display dialog scripting addition.
If this is true, I'd call it a bug.
Jon