Android Question [Solved] - XUI Views Example Errors - Unknown Members

mangojack

Well-Known Member
Licensed User
Longtime User
I have been initially trying to run the B4X Table Examples (B4J / B4A) , but having no luck.
https://www.b4x.com/android/forum/t...searchable-customizable-table.102322/#content

I thought to go back to beginning and at least get the XUI Views Lib Example up and running first Again no Luck

about 14 log warnings (Unknown Member : .......) I cannot copy the log lines.


first error on Compile .. Unknown Member : createfontawsome
B4X:
Sub btnSignature_Click
    Dialog.ButtonsFont = XUI.CreateFontAwesome(20)

Running B4A 8.80 B4J 7.00
Latest XUI Views lib 1.87

as a possible fix .. Updated to JDK 11 but no success
 
Top