I have an issue in using Tableview, for some reason if I try to display some text in the Tableview in a function like for example Table_view.AddSingleLine("single line") it works fine, but if I use the same method in JobDone function, it does not display anything... Why is that?
Hi @Erel, I have another problem with TableView, how can I change the background color?
In Application_Start = TableView.Color = Colors.Transparent
Then in JobDone, it loses the color.Transparent and goes back to white, I even tried to call TableView.Color = Colors.Transparent each time but it does not work.