does "type" works in a standalone?

BNig niggemann at uni-wh.de
Wed Mar 14 12:56:28 EDT 2012


Hi André,

your code works in a standalone if it was created with Livecode version up
to 4.6.4.

Starting with version 5.0 you see the behavior you describe: no typing and
after a delay (controlled by the typingRate) appears the whole text at once.
This looks like a bug to me.

Kind regards

Bernd

> On 14 mrt 2012, at 13:53, André Bisseret wrote: 
> 
>> 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. 

--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/does-type-works-in-a-standalone-tp4471758p4472467.html
Sent from the Revolution - User mailing list archive at Nabble.com.




More information about the use-livecode mailing list