Hello,
i try to use B4XDateTemplate but there is a behavior that i can't influence.
The template opens correct and the changes between month and year run as supposed.
But when i touch a day, the template is immediately closed. There is no change to press
"ok" or "cancel". This can't be the normal behavior.
What is that i have to do????
i try to use B4XDateTemplate but there is a behavior that i can't influence.
The template opens correct and the changes between month and year run as supposed.
But when i touch a day, the template is immediately closed. There is no change to press
"ok" or "cancel". This can't be the normal behavior.
What is that i have to do????
B4X:
Sub btn_egal_click
Dim input As B4XDateTemplate
input.Initialize
wait for (dialog.ShowTemplate(input, "ok", "", "abbrechen")) complete (result As Int)
If result = xui.DialogResponse_Positive Then
Msgbox("Ergebnis: " & result, "Datum")
End If