In Royale, by default any time you use “as”, the compiler will insert a
“Language.as” function call to coerce the variable and it will become null if
the variable is the wrong type.
While this ensures type safety and is sometimes useful, it can add overhead
which can effect preforance particula
Harb, can you explain to me the importance/need for @royaleignorecoercion?
Hiedra
-Mensaje original-
De: Harbs
Enviado el: jueves, 21 de diciembre de 2023 0:35
Para: Apache Royale Development
Asunto: Re: (royale-asjs) branch develop updated: Added factory for reusing
data item rendere
Hi,
With the Jewel VirtualList control we have some details that need to be
addressed, such as this: When the list is not visible only a single element is
rendered.
I have been looking at this problem for some time and the solution that has
worked best has been to dispatch the layoutNeeded event