does "type" works in a standalone?

André Bisseret andre.bisseret at wanadoo.fr
Wed Mar 14 15:04:37 EDT 2012


Bernd,

Thanks a lot for this information; rather reassuring ;-)

You are right: I tried with a standalone created with 4.6 and my script works like a charm with this version.
I agree seems it's a bug in 5.0

I will send a simplified stack to runrev.

Best regards

Le 14 mars 2012 à 17:56, BNig a écrit :

> 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.
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list