[codenameone-discussions] Re: scrollRectToVisible Table component not behaving

2019-01-27 Thread Shai Almog
scrollRectToVisible would work if the rectangle was there. The main problem is that the table is rebuilt from scratch every time you use set model. In this thread I explained the right solution to your problem: https://groups.google.com/d/msg/codenameone-discussions/bOTc1-QzE08/xazvNnz9FAAJ --

[codenameone-discussions] Re: com.codename1.ui.table.Table scroll behaviour issue

2019-01-27 Thread Shai Almog
Table is written on top of Table layout, you can just recreate the layout and apply it again. See the code of Table: https://github.com/codenameone/CodenameOne/blob/master/CodenameOne/src/com/codename1/ui/table/Table.java#L214-L224 FYI you can debug directly into the Codename One sources to

[codenameone-discussions] scrollRectToVisible Table component not behaving

2019-01-27 Thread shop . service . assistant
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, IOS Have a simple table that a Button Action Event calls the following code.

[codenameone-discussions] Re: com.codename1.ui.table.Table scroll behaviour issue

2019-01-27 Thread shop . service . assistant
Thanks, I'm not pushing you to make any changes more over just to make sure I am not overlooking another package that may exist that will be more feature rich. I appreciate your support and do not want to jeopardize same. >From what I have read, the TableLayout