B4i Code Snippet CheckBoxes / RadioButtons - **Warning** this code may smell - Robert Valentino (first post)    Apr 22, 2022 True but there isn't a way to convert from bal to bil and take a togglebutton and make a
B4XRadioButton. I guess my biggest problem (well I have a lot) is my Variable names.
Private As Panel
Private 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 allow a B4i Question Resize circle B4XRadioButton - angel_    Jul 29, 2021 I'm trying to change (by code) the circle of the radiobutton but I can't do it. B4i Question B4i Control Substitutes for B4A - swabygw (first post)    Apr 16, 2016 Private Sub ApplyRadioButtonFunctionality
Dim currRadioButton As customRadioButton = Me
'Unnecessary for parent containers of few elements
'This would involve keeping a List on Main called RadioButtonGroups
' For a = 0 To Main.RadioButtonGroups.Size - 1
' Dim crg As RadioButtonGroup = Main.RadioB B4i Question [Solved] B4XRadioButton and canvas - angel_    Jul 30, 2021 When I use canvas in B4XPage_Resize, the texts of the radio buttons are duplicated
'You can see the list of page related events in the B4XPagesManager object. The event name is B4XPage.
Private Sub B4XPage_Resize (Width As Float, Height As Float)
Log("B4XPage_Resize")
#if B4i
Dim r B4i Question Converting B4A to B4i - Matching Libraries - Erel (first post)    Jul 02, 2017 - Hide keyboard: https://www.b4x.-how-to-hide-keyboard.64873/#post-410891
The keyboard will show automatically when needed.
- You can use NativeObject to access native APIs.
- There are many animation related methods built-in.
- KeyValueStore2 is cross platform: KeyValueStore 2 - Simple & Powerful B4i Question Converting from B4A - klaus (first post)    Dec 22, 2015   (2 reactions) Library1=core > iCore
Library2=dateutils > DateUtils code module
Library3=ahlocale > doesn't exist or I don't know
Library4=gps > iLocation different from Android
Library5=astro > doesn't exist or I don't know
Library6=phone > doesn't exist Android specific, there is an iPhone library but completely B4i Question B4i CustomListView library issue - walterf25    Oct 22, 2017 Hello everyone, i'm working on an iOS app, and came across this error while compiling, i'am working with a local B4iBuildServer, i'am running on a Virtual Machine i'am running Sierra Mac 10.12, i've downloaded xcode 8.1 and i've set up the B4iBuildServer propperly, i can ping the IP address given wh B4i Question Applying AutoScale to custom elements? - Arf    Nov 25, 2015 I've used B4i CustomViews for radiobuttons, each button is on its own panel for positioning, and there are two sets of those panels on two larger panels to create groups. I'm just wondering if there's a way I can use an AutoScale function to adjust text size in a similar fashion to how the adjustme B4i Question How to use the picker - any documentation? - DickD    Jun 15, 2017 I can't find any docs on using the picker. I only need to select from a simple list of text items, e.g. "Language = English, Spanish, French etc.". How does this work? Any better tools for replacing radiobuttons in B4A? Page: 1   2   3   4   5   6   7   Powered by ColBERT |