Wish This one weird trick to make B4XView.TextColor work for buttons too - Sandman    Feb 26, 2023 This is really a minor thing. I just noticed that B4XViews for B4i doesn't support textcolor for buttons. But I suspect it could, if it would use the same logic as being used in ButtonSetAttributedText in the thread https://www.b4x.com/android/forum/threads/csbuilder-attributedstrings-builder.79153/ and also https://www.b4x.com/android/forum/threads/button-textcolor.47640/post-302295. Like I said, a minor thing.... B4J Question xCustomListView B4XView Change TextSize - rwblinn    Oct 3, 2018 (example for weather tabpage).
All labels manually changed to a B4XView.
Issue
The property TextSize of a Label (B4XView) is increased.
If NOT assigning the Color property, the TextSize does not change... B4i Question Text and Material Icons in b4xview Buttons - Mike1970    Sep 13, 2020 Hi everyone, my question is:
It's possibile to put a combination of Matrial Icons and Text in a button declared as B4xview?
I'm used to CSBuilder, but b4xview does not have the .AttributedText parameter :(
Thanks in advance... Bug? SwiftButton has not font and TextSize properties alike Button As B4XView - Sagenut (first post)    Aug 22, 2025   (2 reactions) work)
Dim myFont As B4XFont
myFont = xui.CreateFont(Typeface.LoadFromAssets("JSGiat-Bold.otf"),62)
SwiftButton1.xLBL.Font = myFont
SwiftButton1.xLBL.TextSize = 30
This is how to change Font and TextSize from code to the original SwiftButton.
I understand that it's not intuitive, but if... B4A Question EditText As B4XView InputType - Bladimir Silva Toro (first post)    Oct 28, 2020   (1 reaction) B4XFloatTextField.EditText.InputType = B4XFloatTextField .INPUT_TYPE_NUMBERS... B4A Question B4XView to contain text with scrolling - Erel (first post)    Mar 15, 2022 https://www.b4x.com/search?query=BBCodeView
https://www.b4x.com/search?query=xCustomListView... B4A Library [B4X] [XUI] AS TextFieldAdvanced - Title, Information, Counter, Password, Button, Prefix, Suffix, Icons, Multiline - Alexander Stolte    Aug 25, 2025   (63 reactions) something Text As String Text2 Without TextChanged Event TextColor TextField As B4XView TextFieldCornerRadius As Float TextFieldMultiline As B4XView TextFieldPassword As B4XView TextFull As String Gets... As Boolean) TextChanged (Text As String) TrailingIconClick Fields: mBase As B4XView Tag As Object... As B4XView getTextFull As String Gets the full text, with Prefix and Suffix getTitle... Call Refresh if you change something getButtonTextLabel As B4XView getClearAndRevealButtonColor... B4A Question B4xView EditText how to set inputmask format - TILogistic (first post)    Aug 1, 2021
It is not X platform. See his first post. That is usually the case when a thread has so many posts.... B4J Library [B4X] [XUI] SD XUIView - Star-Dust    Dec 21, 2023   (26 reactions)   tags: xui design, Erel As Int, Top As Int, Width As Int, Height As Int) As String B4XObject As B4XView BringToFront...) As B4XView Initialize (Callback As Object, EventName As String) As String IsInitialized As Boolean... As String Snapshot As B4XView Properties: Color As Int Enable As Boolean Font Height As Int Left... GetView (Index As Int) As B4XView Initialize (CallBack As Object, EventName As String) As String..., AngleZ As Float) As String SendToBack As String Snapshot As B4XView Properties: Check As Boolean... B4J Question B4J v9.10 BETA is available for download - Erel    Jul 1, 2021   (52 reactions) , Button3, Button4, Button5) Dim s As String = Buttons.Get(2).As(B4XView).Text Buttons.Get(2).As(B4XView).Text = "abc" Dim j As String = $"{ data: { key1: value1, complex_key2: {key: value2... templates inside b4xlibs. You can see an example in B4XPages.b4xlib. With this feature, it will be possible to add B4XPages classes in B4i. B4i update with these features and more will be released... arguments. Label1.Text = IIf(EditText1.Text <> "", EditText1.Text, "Please enter... Page: 1   2   3   4   5   6   7   |