B4J Question B4X Table - B4XTableColumn Uknown type

hatzisn

Well-Known Member
Licensed User
Longtime User
Hi everyone,

I downloaded the new B4J to try the B4X Table example. I downloaded the XUI Views b4xlib (v1.87) and the B4X Table b4xlib (v1.08). Even though I have done all this in the example I get the red curly line in the following line of code:

B4X:
    Private NumberColumn As B4XTableColumn

It indicates the error B4XTableColumn is not declared. The red curly line appears also everywhere where there is the B4XTableColumn type. Any suggestions?

Thanks in advance
 

jahswant

Well-Known Member
Licensed User
Longtime User
It indicates the error B4XTableColumn is not declared. The red curly line appears also everywhere where there is the B4XTableColumn type. Any suggestions?

Thanks in advance
Add all B4XTable references.
XUI Views and B4XFormatter the type issue will be solved.
 
Upvote 0

hatzisn

Well-Known Member
Licensed User
Longtime User
Thank you jahswani... Your answer solved my problem...
 
Upvote 0
Top