Android Speed Woes

Mark Waddingham mark at livecode.com
Fri Aug 30 03:17:27 EDT 2019


On 2019-08-30 02:56, Mark Waddingham via use-livecode wrote:
> If (1) does not turn out to be the case then acceleratedRendering will
> have a slightly negative effect (as the engine will be doing what it
> would do without acceleratedRendering on, but also paying the overhead
> of caching the result!). To fix this you'll need to tweak the
> properties of the newEventG group:
> 
>    - opaque must be false
>    - showName must be false
>    - hScrollbar must be false
>    - vScrollbar must be false
>    - showBorder must be false
>    - all bitmap effects must be empty

Additionally and entirely unrelated to performance but might be causing
the visual artefacts you mentioned...

For now you also need to ensure that your three groups also all have
'showFocusBorder' set to false - this is due to bug 22322, a fix for
which is pending (https://github.com/livecode/livecode/pull/7144).

[ ShowFocusBorder has absolutely no effect on groups, however it causes
a miscalculation to occur when rendering in certain circumstances when
it is enabled and acceleratedRendering is on ].

Warmest Regards,

Mark.

-- 
Mark Waddingham ~ mark at livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps




More information about the use-livecode mailing list