I am trying to implement the B4XDrawer in a B4XTable app but I cannot successfully use the xCustomListView with the drawer.
I have tried including the CustomListView.bas (xCustomListView ver.1.71) into the project but when I try to use it with the drawer I get an error in B4XDrawer telling me:
or, in my EditTable class:
It looks as if I need to revert back to the standard Listview, which works.
I would prefer to use the xCustomListView.
Any help would be appreciated.
Thanks,
-j
I have tried including the CustomListView.bas (xCustomListView ver.1.71) into the project but when I try to use it with the drawer I get an error in B4XDrawer telling me:
java.lang.RuntimeException: Object should first be initialized (B4XView).
or, in my EditTable class:
java.lang.RuntimeException: java.lang.RuntimeException: Field clv was declared with the wrong type.
It looks as if I need to revert back to the standard Listview, which works.
I would prefer to use the xCustomListView.
Any help would be appreciated.
Thanks,
-j