autotab broken?

Malte Brill revolution at derbrill.de
Thu Sep 6 10:46:03 EDT 2007


Hi all,

does anyone else see that autoTab is broken on intel Macs (No other  
machines here to check right now). It does appear to work most of the  
time, however if there is a fast sequence of returns it puts return  
in the field instead of moving to the next field. This appears to be  
dependent on the selectedtext being empty or not.

Can anyone confirm that?

As a sidenode:

Placing a returnInField  handler on card or stacklevel fixes the prob  
here:

ON returnInField
     IF the autotab of the target THEN
         type TAB
     ELSE
         pass returnInField
     END if
END returnInField

Thanks in advance,

Malte





More information about the use-livecode mailing list