Android Question B4A editable table

Andyclick125

Member
Licensed User
I have a problem with a downloaded example B4XTable Example. It seem one library is missing because B4XTable is not known. I copied the "B4XTable.b4xlib" into the Additional libraries. But it doesn't work. I tried to copy the library to the internal lib as well.
[Private B4XTable1 As B4XTable] and [Private NumberColumn As B4XTableColumn] is not linked to a library.
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Are you using b4a newest version?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Last edited:
Upvote 0

Andyclick125

Member
Licensed User
I added now [AnotherDatePicker.b4xlib] to the Additional Library and added also something in the manifest editor [
Supported Platforms=B4i, B4J
B4J.DependsOn=jXUI, jDateUtils
B4A.DependsOn=XUI, DateUtils
B4i.DependsOn=iXUI, iDateUtils] but unfortunatelly it doesn't work.
 
Upvote 0

Andyclick125

Member
Licensed User
I did the upgrade (V8.8). Now only one problem is still open. The [Private NumberColumn As B4XTableColumn] is obviously not linked to a library.
 
Upvote 0

Andyclick125

Member
Licensed User
So now I discovered a new problem during compiling. But I did not find b4xfloattextfield ?
Unknown typ: b4xfloattextfield
Haben Sie eine Library-Referenz vergessen?
Failure in row: 52 (B4XTable)
Public SearchField As B4XFloatTextField
 
Upvote 0

Andyclick125

Member
Licensed User
Hi, the XUI Views are already added in the additional lib.
upload_2019-3-14_13-48-40.png

I got a message in the protokoll but nothing is marked in the code?
upload_2019-3-14_13-50-18.png
 

Attachments

  • upload_2019-3-14_13-48-32.png
    upload_2019-3-14_13-48-32.png
    13.5 KB · Views: 90
Upvote 0
Top