does "type" works in a standalone?

J. Landman Gay jacque at hyperactivesw.com
Wed Mar 14 14:35:41 EDT 2012


On 3/14/12 1:21 PM, BNig wrote:
> Hi Mark,
>
> I tried your suggestion of setting "the acceleratedRendering of this stack
> to false" in Livecode 5.0.2 and still no luck. The Mac standalone I am
> building does not "type".

I suppose it could be faked instead:

repeat for each char c in "Bonjour"
   put c after fld x
   wait 10 milliseconds
end repeat

That doesn't fix the bug of course.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list