I'm trying to change the scheme of a B4XTable to a light background.
I'm able to adjust the colors of most of the items, including the arrows, but not the color of the Search Text box and the result label and thus trhey are "invisibles", being white on white ;-)
I tried to access:
In my ActivityCreate, but both of them raise exception
Any clues/direction will be appreciated.
I'm able to adjust the colors of most of the items, including the arrows, but not the color of the Search Text box and the result label and thus trhey are "invisibles", being white on white ;-)
I tried to access:
B4X:
B4XTable1.SearchField.TextField.Color = enabledColor
B4XTable.pnlHeader.TextColor = Colors.Red
In my ActivityCreate, but both of them raise exception
Any clues/direction will be appreciated.