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.