B4A v6.80 adds several new features related to the ability to format rich strings. CharSequence is a native interface in Android SDK. A String is one implementation of CharSequence. There are other implementations of CharSequence that provide more features and allow us to format the string...
B4A v6.80 adds several new features related to the ability to format rich strings. CharSequence is a native interface in Android SDK. A String is one implementation of CharSequence. There are other implementations of CharSequence that provide more features and allow us to format the string...
is there something like CSBuilder for b4j but NOT Textflow? textflowwill return a Pane with the formated text. its like drawing on canvas text but i would like to return a colored text and put it in a Textarea so i can also select it later when the app is running. any idea? thanx
Hi all,
I have decided to use StringBuilder which is one of internal libraries. It is in B4A ,B4J and B4i instead of CsBuilder.
I still have the problem about "Unknown member: dirinternal" I don't know to solve it. I have attached with my code and library. DowbloadHere
Best Regards,
Theera
are you loading, saving any files/data with your libraries? if yes i assume you do use a folder to save that data and it would be file.dirinternal for b4a. maybe another third party library is using it so you need to make sure you use cross platform libraries.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.