Hello all, Windows 10 B4i Bridge IOS 11.1.2, iphone7 I use a half dozen xCustomListViews in a project and everything has been compiling fine until yesterday. The problem seems to be the file libiXUI.a in the iXUI library (version 1.46) and a compatibility issue with arm64. I re-downloaded...
www.b4x.com
My code was working just fine, until I added XUIViews, and suddenly, DefaultTextFont is described as Unknown member.
I guess that you used the old CustomListView module, right? Before XUI was released.
You need to remove that module and switch to xCustomListView (also named CustomListView). It is cross platform and much much better.
You can set the default text font with the designer (best option) or programmatically by setting the Font property of CLV.DesignerLabel.