iOS Question CustomListView.DefaultTextFont impaired by XUIViews

MitchBu

Well-Known Member
Licensed User
Longtime User
I am encountering something that looks somewhat related to what is described here:

My code was working just fine, until I added XUIViews, and suddenly, DefaultTextFont is described as Unknown member.

When I remove XUIViews, code works as before.

Is there any solution ?

TIA

 

Erel

B4X founder
Staff member
Licensed User
Longtime User
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.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…