B4A Class FlexibleTable, JumpToRowAndSelect problem - RB Smissaert    May 20, 2025   (2 reactions) In the flexibletable class (Table) I added a routine to incrementally add to the table with a list... row.
Running the same line again:
oTable.JumpToRowAndSelect(0, iRow - 1)
Did did the job... B4A Question Issue updating to newer version of FlexibleTable Class - klaus (first post)    Apr 14, 2020
InitTable
End Sub
Why did you add InitTable, this is wrong!
Please explain what you want to do.
How do you want to fill the Table.
Did you change other things in the class?
Added a small test... B4A Question Table FlexibleTable 3.07 Hide column problem - makis_best (first post)    Feb 14, 2020 I test it on 3 tablets LG, Huawai, Samsung.
Happen the same.
I make a small example and I post it h... B4A Question Can FlexibleTable display a tree list? - Diceman (first post)    Dec 11, 2019 Who feels affection for a hammer to the point of calling it after screwdriver?
American "carpen... B4A Question working witt data values in flexibletable - klaus (first post)    Dec 5, 2016 Attached you find a modified project.
I added NumberOfColumns as a property for the Designer in the table class.... B4J Question How to create a table with cells? - stellaferoxx (first post)    Jan 5, 2025
Sounds familiar.
Several options:
1. B4XTable
2. FlexibleTable
3. SD FlexGrid
4. TableView
Thx Erel, you've helped me before... B4A Question How to add a row at the begining of CustomView.Table - joaquinortiz (first post)    Aug 31, 2021
You should either use FlexibleTable (which is a much improved version of the old Table class) or B4XTable.
I searched for FlexibleTable and I don't find a guide on this tool.... B4A Question Which TableView to use - Erel (first post)    Sep 14, 2020 Two options: FlexibleTable: https://www.b4x.com/search?query=FlexibleTable B4XTable: https://www.b4x.com/search?query=B4XTable... B4A Library [Class] Flexible Table - Mahares (first post)    Aug 25, 2023
Where i can find the same solution for B4XTable?
Since this thread is exclusively for FlexibleTable, please create a new thread in the Question forum for B4XTable. Put your code and or project... B4J Question How do you get the data held in a webview table cell [SOLVED] - Erel (first post)    May 4, 2021 What is TableView? You should use either FlexibleTable or B4XTable.... Page: 1   2   3   4   5   6   7   |