Android Question B4XTable Hide search box

Alexis Martial

Member
Licensed User
Hi Erel,

If I apply your code
B4X:
B4XTable1.SearchField.mBase.Visible=False
In my Activity_Create after setting the B4XTable columns etc, I got Java exception:
Error occurred on line: 407 (B4XFloatTextField)
java.lang.RuntimeException: Class instance was not initialized (b4xfloattextfield)

BTW, without this line, my app works fine, however I still get a warning in the log:
Class not found: b4a.example.b4xfloattextfield, trying: idigo.pokeelite.b4xfloattextfield

I'm using latest B4A 9.00, B4XTable 1.11, XUI Views 1.90
 
Upvote 0
Top