We will have to wait and see...
OK, I am still a newbie. Only just began learning this method of building software first week of December and am well advanced now. I appreciate your help (several times now) TIM. I figured out how to message Ken and did so. I am replying here because I am unable to message you directly.
My next tackle is to make uk.co.metricrat.chartmakerplusv3k1.aix work. I tinkered but no luck so far. This next week I will be working on making it happen.
Thanks again
I solved using a vertical arrangement with 40 pixel height and entire table (not only first line), but the problem is the horizontal scroll
Yes, this is what I'm looking for.
Since multiple people are asking for v4, I'll upload it here:
.aix:
com.kennicholsandroid.TableView (2).aix (24.1 KB)
.aia:
TableView_v4.aia (24.4 KB)
.aia with Horizontal Scroll:
TableView_v4_HS.aia (24.4 KB)
Hi Ken, thanks for sharing version 4, I tested your TableView_v4_HS, horizontal scroll runs well, but table columns were aligned to header columns, I need the opposite, test please this block
Thank you dora, i'm confused, I did not see this possibility.
You may also need a clock timer when aligning columns...
I think you are right, why ? How can I do?
It runs well now
Awesome! Glad to hear it's working the way you want!
@patel
This is how I found refreshing a matched set of TV has to be. It works perfectly.
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
Strange but you must assign a global list that is empty to it and it works fine.
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