B4A Library [B4X] [XUI] AS TimePickerDialog based on B4XDialog and AS_TimePicker - Alexander Stolte    Jul 1, 2025   (16 reactions) A dialog that prompts the user for the time of day using a TimePicker.
I spend a lot of time in...
144297144298
Private Sub ShowDialogDarkMode
TimePickerDialog.Initialize(Root... B4A Library [B4X] AS WheelDateTimePicker - based on ASWheelPicker - Alexander Stolte    Jun 4, 2025   (15 reactions) This is a date and time picker in IOS picker design.
This library is based on the ASWheelPicker.../
131112_8ApxvqReVc
Use:
AS_WheelDateTimePicker1.Create
AS_WheelDateTimePicker
Author: Alexander Stolte... B4A Library [B4X] [XUI] AS TimePicker - Alexander Stolte    Jan 26, 2025   (25 reactions) This is a simple TimePicker, with android style.
I spend a lot of time in creating views, like...
BugFix
1.10
BugFix in set Hours
1.11
B4A BugFix
Github: github.com/StolteX/AS_TimePicker... B4A Library [B4X] [XUI] SD DiscTimePicker (DateTimePicker - DiskPicker) - Star-Dust    Aug 2, 2021   (41 reactions) For Android and iOS.
SD_DiscTimePicker
Author: Star-Dust
Version: 0.07
DiscTimePicker
Events...'oggetto sia stato inizializzato.
Properties:
DateTimeTicks As Long
DiskPicker
Events... B4A Library [B4X] [XUI] AS BottomWheelDateTimePicker based on AS_WheelDateTimePicker - Alexander Stolte    Jan 11, 2025   (7 reactions) This view makes it easy to quickly provide a good looking date and time picker, based 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... B4A Example [B4X] AS Settings with AS TimePickerDialog - Alexander Stolte    Feb 10, 2024   (5 reactions) AS_Settings V2.00+ and AS_TimePickerDialog V1.02+ for this example. 144743144742 Private Sub...("Advanced","PropertyName_1","TimePicker Example","",Null,""...,"2 TimePickers","",Null,"") AS_Settings1.MainPage.Create...) ShowTimePicker(Property) End Sub Private Sub ShowTimePicker(Property As AS_Settings_Property) TimePicker.Initialize(Root) TimePicker.SetDarkMode Wait For (TimePicker... B4J Tutorial [Web][SithasoDaisy] The eye opening truth about the FlatPickr Date / Time Picker - Mashiane    Mar 20, 2024   (1 reaction) the date time picker on the Table.
You can add this as a date picker, a time picker, a date time picker etc. This will allow you to select a date, time, or both time and time.
151961
In the example..., "F j, Y", False, False, False)
tb4.AddColumnTimePicker("tob", "Time... format also.
151962
Time of Birth
tb4.AddColumnTimePicker("tob", "Time of Birth... B4i Library [B4X] [XUI] iSD DiscTimePicker (parking meter) - Star-Dust    Jul 27, 2021   (4 reactions) Download fro HERE
SD_DiscTimePicker
Author: Star-Dust
Version: 0.04
DiscTimePicker
Events...'oggetto sia stato inizializzato.
Properties:
DateTimeTicks As Long
DiskPicker
Events... B4J Question [ABMaterial] not show ABMDateTimePicker [solved] - Gianni M    Oct 29, 2022 a ABMDateTimePicker
page.Cell(3, 1).AddComponent(makeDate)
'and finally
page.Refresh
page.FinishedLoading
page.RestoreNavigationBarPosition
end sub
'
private sub makeDate as ABMDateTimePicker
Dim mydate As ABMDateTimePicker
Dim NewDate As Long = DateTime.Now
mydate.Initialize(page... Sub
but I don't see the component ABMDateTimePicker
where am i wrong?
135393... B4J Question Time Picker - where find an equivalent of DatePicker for visual designer? - amorosik    Sep 12, 2020 On post TimePicker Erel say that "..however it doesn't work properly with Java 8.." Then the question is: where find a TimePicker equivalent to DatePicker to use on visual designer and Java 8?... Page: 1   2   |