B4J Question Best way to handle text size and color

davemorris

Active Member
Licensed User
Longtime User
Hi, Guys

I am working on a project originally written in B4A and moving it to a B4Xpages project. I am currently working of the B4J version and having problems handling text size and color of an object to be inserting into a customlistview view of textItems . In B4A I use CSBuilder and passed the object to CLV.AddTextItem() to display it in the view.

I am looking at how to approach the text problem with B4j (which does not support CSBuilder). ideally I would like a X-platform solution so when I start on the B4i implementation I will not have to write for a third time.

I have looked at the BCTextEngine - but I am not sure it is the best approach.

Any suggestions would be appreciated.

Regards
Dave
 
Top