Hi
I am trying to build a table, using TableView, from a CVS file (whose data was obtained from http://appinventor.mit.edu/explore/app-inventor-color-chart.html)
I want to show the name of the color, the RGB, the hexadecimal value and the code. If I join all this data in a Label, I get the expected results, but if I transfer it to the TableView, it gives me the color code but it doesn't show me the color. Is this a TableView problem or am I doing something wrong? I attach the blocks and a screenshot