B4i Question How can I change the text color on a button? [SOLVED] - Didier9    Jun 24, 2018 The title says it all.
I have created red and blue buttons but the text is hardly visible. I cannot find if that can be changed.... 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.... B4i Question GetButtonTextColor ? [Resolved] - stingrae (first post)    Feb 12, 2019 Worked PERFECTLY :)
Thank you... B4A Code Snippet [B4X] Light theme B4XDateTemplate - Erel    Sep 13, 2021   (15 reactions)
Dialog.TitleBarHeight = 80dip
Dim TextColor As Int = 0xFF5B5B5B
Dialog.BackgroundColor = xui.Color_White
Dialog.ButtonsColor = xui.Color_White
Dialog.ButtonsTextColor = Dialog... is attached.
Edit: code updated to correctly set the arrow buttons text color in B4i....
DateTemplate.DaysInMonthColor = TextColor
DateTemplate.lblMonth.TextColor = TextColor... B4A Library [B4X] [XUI] AS Onboarding [Payware] - Alexander Stolte    Apr 9, 2025   (13 reactions) getNextButtonEnabledTextColor As Int getNextButtonLabel As B4XView getNextButtonStyle As String Call Refresh if you change...) As String setNextButtonDisabledTextColor (NextButtonDisabledTextColor As Int) As String setNextButtonEnabledColor (NextButtonEnabledColor As Int) As String setNextButtonEnabledTextColor (NextButtonEnabledTextColor As Int) As String setNextButtonStyle (NextButtonStyle As String) As String setSkipButtonDisabledColor (SkipButtonDisabledColor As Int) As String setSkipButtonDisabledTextColor... B4A Library [B4X] [XUI] AS TimePickerDialog based on B4XDialog and AS_TimePicker - Alexander Stolte    Jul 1, 2025   (16 reactions) .ClockTextColor = xui.Color_White TimePickerDialog.Theming.DialogButtonTextColor = xui.Color_ARGB(255,20,160,130) TimePickerDialog.Theming.EditTextColor = xui.Color_White TimePickerDialog.Theming.EditTextFocusColor = xui.Color_ARGB(255,20,160,130) TimePickerDialog.Theming.ThumbColor = xui....DialogButtonTextColor = xui.Color_ARGB(255,20,160,130) TimePickerDialog.Theming.EditTextColor = xui.Color_Black... ClockTextColor As Int DialogButtonTextColor As Int EditTextColor As Int EditTextFocusColor As Int... B4A Library [B4X] [XUI] AS TextFieldAdvanced - Title, Information, Counter, Password, Button, Prefix, Suffix, Icons, Multiline - Alexander Stolte    Aug 25, 2025   (63 reactions)
setButtonText2 (Text As String)
Without TextChanged Event
setClearAndRevealButtonColor (Color As Int) As String...
IsInitialized As Boolean
Tests whether the object has been initialized.
Text As String
TextColor As Int... something
Text As String
Text2
Without TextChanged Event
TextColor
TextField As B4XView... B4A Library [B4X] [XUI] AS FloatingActionButton [Payware] - Alexander Stolte    Dec 16, 2024   (29 reactions) is open
CreateASFloatingButton_ItemButtonProperties (BackgroundColor As Int, IconText_Font As B4XFont, IconText_Color As Int) As ASFloatingButton_ItemButtonProperties
DesignerCreateView (Base As Object...
gets or sets the Item Text Properties
getMainButtonBackgroundColor As Int
gets or sets the background color of the main button
getOrientation As String
getOrientation_BottomLeft As String
view... B4i Tutorial CSBuilder - AttributedStrings builder - Erel    Jan 16, 2026   (9 reactions) attributed strings in buttons with the ButtonSetAttributedText sub. 'example Dim cs As CSBuilder ButtonSetAttributedText(Button1, _ cs.Initialize.Color(Colors.Red).Append("Click ").Font... Label1.AttributedText = cs.Initialize.Color(Colors.Red).Append("Hello World!").PopAll https... are closed. 'example of explicitly popping an attribute: Label1.AttributedText = cs.Initialize.Color....CreateFontAwesome(20)).Color(0xFF057916).Append(Chr(0xF17B)).Pop.Pop cs.PopAll Label1.AttributedText = cs... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Nov 26, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views .TextColor property. V1.88 - B4XDialog.ButtonsOrder field. Allows changing the order of buttons. For...: TitleBarTextColor, TitleBarFont and ButtonsFont. See the signature dialog for an example (the buttons.... - B4XColorTemplate - Nice color picker. - B4XLongTextTemplate - Scrollable text. - B4XListTemplate - A list...(Width, Height) End Sub Updates V2.66 - B4XFloatTextField.ShowAcceptButtonWhenEmpty field. If True then the V button appears even if the text field is empty. It is True by default in B4i. This is useful... Page: 1   2   3   4   5   6   7   |