Hi Colin, Not just yet. I have a few more things to work on before trying mobile. I will be sure to use your suggestions below.
Thanks! Rick > On Mar 23, 2019, at 8:46 PM, Colin Holgate via use-livecode > <[email protected]> wrote: > > Are you testing on mobile yet? There is LiveCode code that will make that be > faster than desktop. > > > These sort of things: > > on preopenstack > > if the environment is mobile then > > iphoneSetRedrawInterval 1 > > set the compositorType of this stack to "OpenGL" > > set the compositorTileSize of this stack to 64 > > set the compositorCacheLimit of this stack to 1024*1024*128 > > end if > > end preopenstack > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
