B4i Library [B4X] [XUI] iSD DiscTimePicker (parking meter)

Download fro HERE

SD_DiscTimePicker

Author:
Star-Dust
Version: 0.04
  • DiscTimePicker
    • Events:
      • Change (DateTimeChange As Long)
    • Functions:
      • Class_Globals As String
      • DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String
        Base type must be Object
      • Initialize (Callback As Object, EventName As String) As String
      • Invalidate As String
      • IsInitialized As Boolean
        Verifica se l'oggetto sia stato inizializzato.
    • Properties:
      • DateTimeTicks As Long
  • DiskPicker
    • Events:
      • ChangeIndexDown1 (Index As Int)
      • ChangeIndexDown2 (Index As Int)
      • ChangeIndexUp (Index As Int)
    • Fields:
      • InfoFontSize As Int
    • Functions:
      • AddToDown1 (Text As String, Info As String) As DiskPicker
      • AddToDown2 (Text As String, Info As String) As DiskPicker
      • AddToListUp (Text As String, Info As String) As DiskPicker
      • Class_Globals As String
      • ClearListDown1 As String
      • ClearListDown2 As String
      • ClearListUp As String
      • DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String
        Base type must be Object
      • Initialize (Callback As Object, EventName As String) As String
      • Invalidate As String
      • IsInitialized As Boolean
        Verifica se l'oggetto sia stato inizializzato.
    • Properties:
      • PickerIndexDown1 As Int
      • PickerIndexDown2 As Int
      • PickerIndexUp As Int
View attachment 78093View attachment 117066
IMG_0111.PNG

video3.gif
 
Last edited:

Star-Dust

Expert
Licensed User
Longtime User
Update to release 0.03

Video2.gif
 
Last edited:

Hector Alcala

Member
Licensed User
Hi,

When I load this library to my project, the following error is generated:

B4iProject/b4i_main.m -o /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/b4i_main.o
In file included from /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_main.m:2:
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_main.h:2:9: fatal error: 'iSD_DiscTimePicker.h' file not found
#import "iSD_DiscTimePicker.h"
^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
 

Star-Dust

Expert
Licensed User
Longtime User
Have you copied all the zipped files to the folder containing the libraries?
 

Star-Dust

Expert
Licensed User
Longtime User
Update rel 0.04
  • Add Class DiskPiker
    This new class allows you to have a customizable disk in the three lists. With Text and information below for each element
  • Usage examples have been added

video3.gif
 

Star-Dust

Expert
Licensed User
Longtime User
The library has been moved. From today it can be downloaded from here
 

Star-Dust

Expert
Licensed User
Longtime User
update 0.07
 
Top