Re: Performance issue with Datagrid / last build download issue

2023-04-25 Thread Hugo Ferreira
Hi, DataGrid does not work good with a lot of data (as you saw). You can use pagination (the users hate this approach and it's not very mobile friendly but it's technically a simple way to solve this problem) or you can render on the screen only what is visible (the users love this approach, it's

RE: Performance issue with Datagrid / last build download issue

2023-04-25 Thread Maria Jose Esteve
Hi, can you compile the SDK? If you can't, this is a CI server access: https://ci-builds.apache.org/job/Royale/job/Royale-asjs/ Hiedra -Mensaje original- De: cont...@cristallium.com Enviado el: martes, 25 de abril de 2023 19:46 Para: dev@royale.apache.org Asunto: Performance issue with

Re: 0.9.10 Release

2023-04-25 Thread Josh Tynjala
It looks like the jquery-1.9.js externs download was being cached by download-maven-plugin, and one machine had an older version than the other. We were skipping the cache for other .js externs downloads already, so I updated them all to skip the cache. Hopefully, this will be the last

Performance issue with Datagrid / last build download issue

2023-04-25 Thread contact
Hi All, I'm on a dev using Apache Royale with Jewel DataGrid tryng to show about 500 rows. But I have an issue when I set dataprovider : the application is hanging about 20 seconds... Then I saw that there is a VirtualDataGrid. Using it is very fast. But there is an issue with vertical