Bonjour,

On card 1 of a stack I have a field whose script is the following :

on focusIn
    put empty into me
    select before me
    type "Bonjour"
    select empty
end focusIn

on openStack, I send "focusin"  to this field.

This is working as expected in the IDE

But does not work in the standalone
With the standalone, after a while "Hello" is written all at once.
Seems like the typing is executed but invisibly, and then, the entire word is 
put in the field.

What am I missing ?

Thanks in advance for any idea.

Best regards from Grenoble

André
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to