B4A Library [B4X] [XUI] AS WheelPicker - Spinner - a modern single/multiple choice picker view - based on xCustomListView [Payware] - Alexander Stolte    Jun 4, 2025   (20 reactions) Hello,
this is a modern wheel picker, like the IOS-PickerView.
WheelPicker/Spinner
This library is not free, because, it cost a lot of time and gray hair to create such views.
https://payhip.com/b/IvqnN
Thanks for your understanding. :)
V3.00-Preview
xzrcl6aT6bw
137977
B4I-Preview - looks nicer... B4A Library [B4X] [XUI] B4XComboBox - Cross platform ComboBox / Spinner - Erel    Apr 2, 2020   (33 reactions)   tags: B4X XUI ComboBox, B4X, ComboBox, XUI, B4XComboBox, Spinner Edit: B4XComboBox is included in XUI Views: XUI Views - Cross platform views and dialogs... B4A Library [B4X] [B4A]🌀 B4XDaisyCanvasSpinner - Beautiful 3-Ring Animated Loading Indicator! - Mashiane    Mar 3, 2026   (4 reactions) cross-platform, look no further. I'd like to introduce the B4XDaisyCanvasSpinner—a sleek, animated loading spinner built entirely from scratch using B4XCanvas and B4XPath. We have set the opacity...
Private xui As XUI
Private spinner As B4XDaisyCanvasSpinner ' Declare the spinner
End Sub... B4A Library [B4X] SpinnerX is a custom B4X library that allows you to create up to 6 different types of spinners. - zed    Nov 7, 2025   (32 reactions) Overview
SpinnerX is a custom B4X library that allows you to create up to 6 types of spinners... interface for manipulating numerical values in your applications.
Note: SpinnerX is not compatible... B4A Question Spinners and extra large font size Scale - aaronk    Nov 23, 2016   (1 reaction) on the font size the user has set. It seem to work for labels but I have some spinners in my... lbl.TextSize = lbl.TextSize / access.GetUserFontScale Else If v Is Spinner Then Dim s As Spinner = v s.TextSize = s.TextSize / access.GetUserFontScale End If Next End Sub... B4J Library [B4X] [B4XLib] [XUI] SD_xMultiSpinner - Star-Dust    Oct 14, 2022   (15 reactions) NOTE: You can use this library for personal and commercial use. Include it in your projects.. Attention, even if it is a B4XLib library, it is not allowed to decompress it, modify it, change its name or redistribute it without the permission of the author SD_xMultiSpinner Author: Star-Dust Version: 0.05 xMultiSpinner Events: ItemClick (Position As Int, CheckValue As Boolean) Fields: ItemHeight As Int ItemWidth As Int mBase As B4XView Tag As Object Functions: Add (Text As String... B4J Tutorial eu/hansolo/fx/spinner - Johan Schoeman    Sep 22, 2025   (10 reactions) ("Layout1")
MainForm.Show
mysting = "SPINNER_BY_JOHAN"...))
Dim spt As JavaObject
spt.InitializeStatic("eu.hansolo.fx.spinner.SpinnerType")
sp0.InitializeNewInstance("eu.hansolo.fx.spinner.CanvasSpinner", Array(spt.GetField... B4A Tutorial [B4X] B4XPlusMinus - Spinner / wheel alternative - Erel    Apr 29, 2019   (14 reactions)   tags: up down control, Myapp B4XPlusMinus is a cross platform control introduced in XUI Views v2.05: https://www.b4x.com/android/forum/threads/b4x-xui-views-cross-platform-views-and-dialogs.100836/ https://www.b4x.com/basic4android/images/SS-2019-04-29_13.26.45.png As you can see in the above image it supports three different formations: horizontal, vertical and bottom. The bottom formation is useful with smaller controls t... Java Question Spinner change Adapter - warwound    May 2, 2014 I'm trying to take a Spinner created in the Designer and change it's Adaptor to an Adaptor....SpinnerWrapper$B4ASpinnerAdapter.getItem(SpinnerWrapper.java:257) at anywheresoftware.b4a.objects.SpinnerWrapper$B4ASpinner.setSelection(SpinnerWrapper.java:212) at android.widget.Spinner$DropdownPopup$1.onItemClick(Spinner.java:1042) at android.widget.AdapterView.performItemClick(AdapterView.java:299) at android....main(Native Method) I loaded the layout file containing the Spinner and then passed it to my library... B4A Code Snippet SD: Spinner with CustomView - Star-Dust    Jan 3, 2019   (17 reactions)   tags: Spinner CustomView, Spinner I've created a new class with CistomView to have the same features on the spinner object... there is the ability to put the screen in gray when you click on the spinner. And finally, the ability to represent... As Int ' BackgroundColor of Spinner's Label (Get/Set) TColor As Int ' TextColor of Spinner's Label (Get/Set) HintColor As Int ' TextColor of Spinner's Hint (Get/Set) RoundCorner As Boolean If the spinner opens in an anomalous position: Set these prorpietes (left e Top) to set... Page: 1   2   3   4   5   6   7   |