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... and smoother in real
107748
B4I-Preview - the WheelPicker in the use in an app
107749107750... B4A Library [B4X] AS WheelDateTimePicker - based on ASWheelPicker - Alexander Stolte    Jun 4, 2025   (15 reactions) /
131112_8ApxvqReVc
Use:
AS_WheelDateTimePicker1.Create
AS_WheelDateTimePicker
Author: Alexander Stolte
Version: 1.17
AS_WheelDateTimePicker
Events:
CustomDrawItemChange (NewItem... B4A Library [Class]ClsWheel Input wheels - klaus    Nov 4, 2021   (21 reactions)   tags: wheel Attached you find a new CLASS ClsWheel.
It allows to display different data input screens with wheels.
What can be done ?
You can define nine different types of Wheel input screens:
DATE... a custom input with user defined input values.
The number of side by side wheels is user defined (max. 5 wheels).
A default value can be defined.
A specific separation character can be defined... B4A Library [B4X] [XUI] AS BottomWheelDateTimePicker based on AS_WheelDateTimePicker - Alexander Stolte    Jan 11, 2025   (6 reactions) on the AS_WheelDateTimePicker, built into a ready to use bottom menu.
You need:
AS_DraggableBottomCard V1.14+
AS_WheelPicker V3.24+
AS_WheelDateTimePicker V1.17+
I spend a lot of time in creating views, like...
TimePicker Example
Private Sub OpenSheetTimePicker(DarkMode As Boolean)
BottomWheelDateTimePicker.Initialize(Me,"BottomWheelDateTimePicker",Root)
BottomWheelDateTimePicker.Theme = IIf... B4A Library [B4X] [XUI] SD AutoComposeTextView & PickerTextView (WheelPicker) - Star-Dust    Dec 21, 2022   (22 reactions)   tags: search auto complete AutoComposeTextView
PickerTextView (WheelPicker)
SD_AutoComposeTextView
Author: Star-Dust
Version: 0.03
AutoComposeTextView
Events:
EnterPressed
TextChanged (Old As String, New As String)
Fields:
SearchStartWith As Boolean
Functions:
AddItems (Items As List) As String
BringToFront As String
Class_Globals As String
ClearItems As String
DesignerCreateView (Base As Object, Lbl As Label... B4A Library [B4X] [XUI] SD AwesoneWheel - Star-Dust    Aug 1, 2018   (28 reactions)   tags: myapp SD_XUI_AwesoneWheel Author: Star-Dust Version: 0.05 AwesoneWheel Events: StopWheel (Index... that the wheel takes to cross each box - Defaults is 60 (milliseconds) RadiusCentralBall As Int Default... voice on Wheel Class_Globals As String Clear As String Clear all item DesignerCreateView (Base... inizializzato. PlayWheel (NewPosition As Int) Start the wheel and position in a NewPosition... of Wheel - Default = "PLAY" Properties: Index As Int Get or Set a positionì of Wheel... B4A Library WheelView Library - derez    Jun 25, 2020   (2 reactions) Deprecated ! see the updated version of Wheel as a class http://www.b4x.com/forum/basic4android-share-your-creations/18855-wheel-b4a-class.html#post108297 and the new Wheel https://www.b4x.com... on a scrollview with labels, and uses a timer to settle on the predefined values of the wheel. The logic was first shared by birnesoft here http://www.b4x.com/forum/bugs-wishlist/14620-spin-wheel... events and the ReadWheel method are a must for the operation of the wheel. Please try it and give... B4A Library Spinner Wheel - Vertical and Horizontal (24 June: new lib files in post #47) - Johan Schoeman    Dec 9, 2019   (29 reactions) It wraps the Vertical Spinner Wheel part of this Github project. Spin the wheel with a finger - up... demonstrating the use of the Vertical Spinner Wheel - b4aAndroidSpinnerWheel.zip
2. Zipped files... B4A Library Wheel by B4A Class - derez    Apr 3, 2018   (7 reactions) The new version 2 is amazing ! Here is the wheel library converted to b4a class at a very short... to include a ReadWheel method, which I found necessary as well. SetByIndex corrected to refer... also by code definition. If by designer - define the size of wheel, the properties of the text and then by code use "SetObject" to input the numbers of the wheel. The height of the internal... - it is much easier to define the wheel now by the designer :)(thanks Erel !). I wish it was possible to... B4A Class AnalogWheel - derez    Apr 28, 2018   (20 reactions)   tags: B4A Analog Wheel Class Unlike the Horizontal wheel (see WheelView class) , this wheel is analog - it can set or get any value in the range of the wheel, not just the labels. It can be designed in the designer as custom... separated by comma. The Methods are simple and there is a _Roll event which pass the wheel value to the calling module. In the demo, WC1 is the upper wheel designed by code, the second wheel... for the look of the wheel. Edit: VAnalogWheel added, the same thing but vertically. The name... Page: 1   2   |