Android Question Table FlexibleTable 3.07 Hide column problem

makis_best

Well-Known Member
Licensed User
Longtime User
Hi

In my application I use CustomView FlexibleTable Table with 7 columns.
I try to hide one column, the last one.
So I use the code
B4X:
DapanesTable.hideCol(7)
but the column does not hide properly.
Always a short column appears.

How I can solve it?
error.jpg
 
Last edited:

makis_best

Well-Known Member
Licensed User
Longtime User
@Mahares I know that... My command is correct.
The correct column get hide.
The problem is that keep show little bit.... check my picture.
 
Upvote 0

Mahares

Expert
Licensed User
Longtime User
I know that... My command is correct.
I answered your question based on your post#1 where you refer to column 7 as col(7) instead of col(6). You should state your question properly so you do not confuse everyone else who tries to help.
I tested it on klaus' example for Flexible Table 3.07 on different columns and both tables and every time, the full column gets hidden completely.
I recommend you test it with other columns and another device, scroll left and right and see the effect. If it still persists, then wait for the magic answer from klaus.
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
Like Mahares, I tested hiding columns in the demo program for both tables, and it works as expected.
Please post your project or better a small one showing the problem.
Otherwise, it's impossible to give any concrete advice without beeing able to reproduce the problem.
 
Upvote 0

makis_best

Well-Known Member
Licensed User
Longtime User
I test it on 3 tablets LG, Huawai, Samsung.
Happen the same.

I make a small example and I post it here.
 
Upvote 0
Top