timepicker

  1. Alexander Stolte

    Android Example [B4X] AS Settings with AS TimePickerDialog

    In this example it is shown how to realize time entries with the AS_Settings library. You need AS_Settings V2.00+ and AS_TimePickerDialog V1.02+ for this example. Private Sub B4XPage_Created (Root1 As B4XView) Root = Root1 Root.LoadLayout("frm_main") B4XPages.SetTitle(Me,"AS...
  2. Alexander Stolte

    B4A Library [B4X] [XUI] AS TimePicker

    This is a simple TimePicker, with android style. 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 or with a coffee. :) Events SelectedHourChanged and...
  3. intellvold

    B4A Library Material Date Picker

    Material Date - Time Picker Dialog Updated :) This Library wrape for this github work on B4a v11 SetMinDate SetMaxDate CancelColor CancelText OkColor OkText Title DarkMode On Cancel OnDateset 2 layout Mode Added Dismiss_Dialog Events : _OnCancelDate() _OnDateSet() _OnCancelTime ()...
Top