[codenameone-discussions] Re: com.codename1.ui.table.Table VS com.codename1.ui.table.TableLayout with excess of 1k rows

2019-06-03 Thread shop . service . assistant
Thanks.

On Sunday, June 2, 2019 at 11:51:03 AM UTC-4, shop.servi...@gmail.com wrote:
>
> If you are experiencing an issue please mention the full platform your 
> issue applies to:
> IDE: NetBeans/Eclipse/IDEA NetBeans 8.2
> Desktop OS Windows 10 Pro
> Simulator Latest
> Device PC, Android 7+ IOS 12+
>
> I have a parts lookup table requirement where it is possible for a 
> filtered list to contain in excess of 1K rows.
>
> Currently using com.codename1.ui.table.TableLayout(x, 8) 
>
> However when scrolling, the list, the device is laboring and is not 
> performing well (sluggish)
>
> Short of using a dynamic table (load chunks)
>
> What is your opinion on what method I should use.
>
> Thanks in advance
>
> Regards
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/6d33351e-27d2-40d5-ac93-bc6a44ac7d4c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: com.codename1.ui.table.Table VS com.codename1.ui.table.TableLayout with excess of 1k rows

2019-06-02 Thread Shai Almog
You should use InfiniteContainer. It was generally designed for box layout 
Y and might be better with this but it's possible it will work with a 
TableLayout. This will implement chunking for you implicitly.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/faf24b4b-cc92-4ed9-9493-6dfc4ed34343%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.