Android Question B4XTable1 visibility

Peekay

Active Member
Licensed User
Longtime User
I have a B4XTable1 view in my main.bal file and I have declared it as 'Private B4XTable' in the Main module.
In the designer it does show a property of visible which can be selected on or off, but the intellisense does not show that property.
When I wish to make the table invisible in my code like 'B4XTable1.visible=false', it says: 'Unknown member' and gives an error, but the many other code lines with this name using other properties do not give an error.

Thanks for the help
PK
 
Top