Using the PCSBuilderPlus class, as posted here:
https://www.b4x.com/android/forum/threads/save-load-text-formatted.92263/#post-583864
Nearly got this working but get this error when trying to retrieve the byte array with ToBytes (made Public):
java.lang.RuntimeException: Cannot serialize...
Have a simple EditText that has a CSBuilder text in it (for SQL syntax highlighting). When I select a length of text (with the normal standard long click) and then do a click within that text I get a crash with this error message:
java.lang.IndexOutOfBoundsException: getChars (-1 ... 527)...
In my, I'm using CustomListview and labels.
on one label I clickable work like this :
Dim cs As CSBuilder
cs.Initialize.Append(CreateClickableWord("9225146803"))
Label1.Text = cs
cs.EnableClickEvents(Label1)
Word click :
Sub Word_Click (Tag As Object)
Log("aaaaaa" & Tag)...
Currently use this code for a simple inputbox dialog. It uses the Dialogs library, version 4.01:
Sub InputBox(Prompt As String, Title As String, Default As String, Hint As String) As String
Dim Id As InputDialog
Dim iRet As Int
Id.Hint = Hint
Id.Input = Default
iRet = Id.Show(Prompt...
Hello guys,
I read this topic and was trying to implement some text enhancements to my app. It happens that the CS elements seems to work directly on the view and, in my case, I work literals and fields in string literals and, at the end, combine these string literals on the final label.text...
Hi all,
I just wanted to know if there is anything that would prevent CSBuilder from altering the colour of a string.
Alternatively is there anything that would cause it to only display white or black text??
Cheers
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.