B4i Code Snippet CheckBoxes / RadioButtons - **Warning** this code may smell - Robert Valentino    Apr 22, 2022 I have a large B4A bal that has about 40 checkboxes and 10 radiobuttons that I am thinking of converting to B4i
Now B4i doesn't have checkboxes (has switches) and doesn't have radiobuttons... my radiobuttons are lost.
So I looked at the program Bal2Bil (https://www.b4x.com/android/forum... 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?... 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... B4i Question No radiobutton in B4i ? - Erel (first post)    Dec 11, 2014 It depends on your requirements. Maybe a couple of Switches or a Picker.... Wish [P.S. Already exists!] [B4X] B4XRadioButton - LucaMs    Dec 20, 2023 Cross platform alternatives to RadioButton... 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 this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal. :) B4j: jXUI B4a: XUi,XUI Views B4i: iXUI,XUI Views In B4I the animation is limited, because otherwise the circle would look too angular in the animation. 9960799608 103682 Animation = NONE (default) 114066 ASCheckbox Author: Alexander Stolte Version: 1.04... 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(""... 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... B4i Question Copy fields from bli to bal - Object reference not set to an instance of an object - Robert Valentino (first post)    May 23, 2022 Well.....
When I copy RadioButtons I get cannot paste controls
When I copy ToggleButtons I get switches (don't want switches - they seem/are fixed in size)
So using Bal2Bil I can turn these into ImageViews and have them look and work the way I want.
NOW in a perfect world, designer would... Page: 1   2   3   |