does "type" works in a standalone?

André Bisseret andre.bisseret at wanadoo.fr
Wed Mar 14 08:53:10 EDT 2012


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é



More information about the use-livecode mailing list