iOS Question set color of .LoadTableFromCSV

John Woodsmall

Active Member
Licensed User
Longtime User
I have a table that i create :
table8.LoadTableFromCSV(File.DirLibrary, "languages.csv", False)

i want to change the colors of the bars in the table:
not sure if it called the cells or what.
just need to change the colors.
see image. the dark bars are hard to read on old phones.
 

Attachments

  • IMG_1143.PNG
    IMG_1143.PNG
    64.5 KB · Views: 192

John Woodsmall

Active Member
Licensed User
Longtime User
the table does not exist until i create it:
page8.RootPanel.LoadLayout("Page8")
table8.Initialize(Me, "Table8", 1)
table8.AddToParent(page8.RootPanel, 0, 0dip, 100%x, 75%y)

i just need to know what is the parameter to change it to another color.
 
Upvote 0
Top