Android Question B4XPreferencesdialog page empty

MitchBu

Well-Known Member
Licensed User
Longtime User
Hum. I added B4XPreferencesDialog but when I try to run TableAndForms.b4a, I get the following error :


B4A Version: 9.01.2
Java Version: 8
Parsing code. Error
Error parsing program.
Error description: Unknown type: b4xplusminus
Are you missing a library reference?
Error occurred on line: 637 (PreferencesDialog)
Dim pmHours As B4XPlusMinus = ItemPanel.GetView(0).Tag

What could it be ?
 
Upvote 0

MitchBu

Well-Known Member
Licensed User
Longtime User
XUI Views 2.00 was already part of the built in libraries, and I had activated it.

The error is not in the project, it is in PreferencesDialog, line 637. I don't see how I could correct that.

It is unfortunate such a critical view as EditableTable be hampered by a bug in the PreferencesDialog library.
 
Last edited:
Upvote 0

jimmyF

Active Member
Licensed User
Longtime User
Update the XUI Views to version 2.10
 
Upvote 0

MitchBu

Well-Known Member
Licensed User
Longtime User
Upvote 0

jimmyF

Active Member
Licensed User
Longtime User
Upvote 0
Top