[REBORN !] TableView Extension Versions 3&4 (pre nb191) and 5 by @Ken

Like this

2 Likes

It runs well now :kiss: :kiss:

2 Likes

Awesome! Glad to hear it's working the way you want!

My blocks for showing a csv file

1 Like

@patel
This is how I found refreshing a matched set of TV has to be. It works perfectly.
01292022@081808¦110

First, you need to set font sizes in both tables (I did that prior to calling this module)
Then you need to clear the data table (not header) and reload it.
I set the font sizes again after reloading because this module is called by screen initialization (doesnt hurt to do it twice
Then you need to rebuild the data table to the container (Table)
Then Match the TV you use as the header to to the container

I found this to be the most rapid way to refresh the TVs. I allow the user to set font size up or down and they are free to do it rapidly if they want. This method repaints very quick for me. Hope this helps.

BTW: you cannot assign "create empty list" directly to the TV, tried that and dint work :wink:
Strange but you must assign a global list that is empty to it and it works fine.

there is a build in block 'joint list with seperator' to do this part.

1 Like

You should use a clock timer to set the matching headers, this gives both table displays the time needed to format and display correctly.

After some changes, I don't remember which one, this error appears, what can I do to understand what it depends on ?

You will have to debug by undoing the changes one by one til you find it :slight_smile:

I tried without success, can you explain me what does mean that message ?

Exactly what it says. You are somehow trying to set something in a linear layout that cannot be applied in a scrollview. Seems you may need to undo more changes....or revert to your previously working aia project that you saved....

Is it a code problem or design problem ? despite the message the app runs well with companion

I don't have a crystal ball or some X-Ray specs about my person at the moment :upside_down_face:

It would be really good if you can add custom font type face option

The error states that you are using a scrollarrangement while it is needing a normal arrangement

Solved, I'm using 2 clocks, they were enabled by design, when disabled no more error.

Hi Ken, can you attach an aia with first column and first row not scrolling ?

I do not believe it is possible to set 1st column not scrolling, just 1st row (header)

Maybe the Ken magician could do it

I'm not very far from the solution, can you help me ?
TableView_COL.aia (24.6 KB)