csbuilder

  1. R

    Android Question Simple input dialog with coloured text.

    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...
  2. FERNANDO SILVEIRA

    Android Question Doubt on CharSequence / CSBuilder usage

    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...
  3. Rob Bliss

    Android Question CSBuilder Colour

    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
Top