TARGET bug..please check

Chipp Walters chipp at chipp.com
Tue May 1 10:32:14 EDT 2007


Wouter,

Ding ding! That's the ticket. Your fix works perfectly...and indeed
THAT is the bug identified by RunRev support (only a few hours after I
posted to the bug database!).

Thanks for the fix. best, Chipp

On 5/1/07, wouter <wouter.abraham at scarlet.be> wrote:
> Hi,
>
> For what it is worth, as there is still a focus problem with the
> answer dialog box in rev 2.8.1 on OS X  (it still needs 2 clicks),
> I added  a focus on line to the script after which it seems to work
> more or less normally here (in OS X), the selecting part that is.
>
> on closeField
>    if the text of the target is not empty and the text of the target
> is not a number then
>      beep
>      answer "Please enter a number."
>      focus on the target  ####
>      select text of the target
>    end if
> end closeField



More information about the use-livecode mailing list