Android Question Referenced Libraries not working

solfinker

Member
Licensed User
Longtime User
Hello.
I suppose I am missing something, but I do not know what.
I have marked the libraries Core and StringUtils, but the variable "table" does not appear to work.

B4X:
Sub Globals
    Dim Table1, Table2 As Table
End Sub

I thought StringUtils was the right library for using table.
What am I missing?

Thanks for your help.
 

solfinker

Member
Licensed User
Longtime User
Do you mean I must create the class "Tableview"? Because "Tableview" does not seem to appear either.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Do you mean I must create the class "Tableview"?
no. You should add the table.bas (or whatever the name of this clas is) to your project. (add existing module...)
 
Upvote 0
Top