B4A Library [B4X] [XUI] AS Radio Button - Alexander Stolte    Feb 6, 2025   (28 reactions) This is a simple cross platform RadioButton.
I spend a lot of time in creating views, like...
Base_Resize is now public
Github: github.com/StolteX/AS_RadioButton
Have Fun :)
https://www.b4x.com... B4i Code Snippet CheckBoxes / RadioButtons - **Warning** this code may smell - Robert Valentino    Apr 22, 2022 RadioButtons into ImageViews (attaching modified code)
Then I wrote these 2 classes CheckBox & RadioButtons and that I am including in the test example.
This is just a look and feel. (example... B4i Question [B4X] Cross platform alternatives to RadioButton - angel_    Feb 27, 2020 I think it is not possible to share between platforms the RadioButton, what do you think is the best alternative to this view?... Wish Radio Button - Deleted member 103    Dec 1, 2014 Hi,
it would be nice if this library could implement.... B4A Library [B4X] [XUI] Cross platform & native UI library - Erel    Mar 1, 2021   (69 reactions)   tags: library, b4x, xui lib, B4XView, Erel, XUI with: 'B4A: CheckBox, RadioButton, ToggleButton and Switch 'B4i: Switch 'B4J: CheckBox, RadioButton and ToggleButton Other types available: - B4XBitmap - Wrapper for Bitmap (B4A, B4i) and Image... the methods documentation for more information. Dim xlbl As B4XView = Button1 xlbl.Text = "Click!" Dim b As Button = xlbl Steps to writing cross platform solutions: 1. Use the designer to... Wish [P.S. Already exists!] [B4X] B4XRadioButton - LucaMs    Dec 20, 2023 Cross platform alternatives to RadioButton... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Nov 26, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views is a zip file.
Views:
- B4XRadioButton - Cross platform radio button.
- B4XComboBox - Cross platform... animated loading indicators.
- RoundSlider - A round slider.
- SwiftButton - 3d button
- AnimatedCounter...(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... B4i Question B4XRadioButton - toro1950    Dec 29, 2024 I have two B4XRadioButton called RadioB1 and RadioB2 with B4a (which are simple RadioButtons) I can detect the selection with the simple RadioB1_click, with B4i it doesn't work, what is the code to detect the selection... B4i Question [B4X] I need B4XRadioButton <custom view heres>. How to add programmatically? on BCTextEngine - Erel (first post)    Jun 1, 2022   (1 reaction) 129827 Private Sub B4XPage_Created (Root1 As B4XView) Root = Root1 Root.LoadLayout("MainPage") TextEngine.Initialize(Root) Dim pnl As B4XView = xui.CreatePanel("") pnl.SetLayoutAnimated(0, 0, 0, 120dip, 120dip) pnl.LoadLayout("RadioButtons") BBCodeView1.Views.Put("RadioButtons", pnl) BBCodeView1.Text = $"Please choose one of the following options: And more text here..."$ End Sub ... Games [x2][solved] Help needed regarding Object Movement - fredo    Aug 6, 2019 As B4XView Private RadioButton1 As RadioButton' ####testingonly Private RadioButton2 As RadioButton' ####testingonly Private Button1 As Button' ####testingonly Private Label2... Selected) Dim rbx As RadioButton = Sender Dim tagx As String = rbx.Tag Select Case True... Button1_Click ' ####testingonly LastDiceRollVal = Rnd(1,12) Label2.Text = LastDiceRollVal... Page: 1   2   3   4   5   6   7   |