iOS Question DatePicker1_Click

ciginfo

Well-Known Member
Licensed User
Longtime User
With DatePicker I see that exists an event 'DatePicker_Click", but nothing happens when I use it
B4X:
Sub DatePicker1_Click
    DatePicker1.Visible = False
End Sub
How to make disappear the DatePicker?
Thank you
 

ciginfo

Well-Known Member
Licensed User
Longtime User
How to make disappear the DatePicker?
I can put datepicker into a panel and a button into the panel. With a click on the button -> "
DatePicker1.Visible = False" but is seems complicated. In the B4A datepicker "OK button" is incorporated into the datepicker.
 
Upvote 0
Top