Hi,
I am using B4XDialog And B4XDateTemplate for a date picker.
Now when the user clicks on a day it is apply as he press ok,
I would like to change that in a way that the user must click on ok button , in order to apply the date.
Thanks
I am using B4XDialog And B4XDateTemplate for a date picker.
Now when the user clicks on a day it is apply as he press ok,
I would like to change that in a way that the user must click on ok button , in order to apply the date.
B4X:
Wait For (Dialog.ShowTemplate(DateTemplate, "OK", "", "CANCEL")) Complete (Result As Int)
If Result = XUI.DialogResponse_Positive Then
Log(DateTime.Date(DateTemplate.Date))
End If
Last edited: