Page 1 of 1

ListIcon for Android

Posted: Fri Sep 08, 2017 11:14 am
by IdeasVacuum
For an Android App.

ListIcon: There are number of things I need to do:

1) Set the Column Header Height;
2) Insert Icons (images), preferably in Column 1, if necessary Column 0;
3) Set the minimum Row Height
4) Allow multi-line rows
5) Justify the columns (Left/Centre/Right)
6) Apply individual row colours

At runtime, need the ability to programmatically change the icons and row colours (as we can in PB).

Concerning the icon images, they cannot be loaded from a URL as internet services are too unreliable in many regions. Ideal world would be as we can in PB - DataSection and CatchImage() ..........