DatePicker
If I change the date manually in the text box and click "TAB" or click another object is not called the dp_ValueChanged (Value As Long) function.
When the change is made manually in the text box I must either type "Enter" or change by PopUp.
DatePicker
If I change the date manually in the text box and click "TAB" or click another object is not called the dp_ValueChanged (Value As Long) function.
When the change is made manually in the text box I must either type "Enter" or change by PopUp.
Don't know if I understand correctly your question; with (Erel's) DatePicker Class works fine (changing text -even without Enter- calls Event ValueChanged)
Don't know if I understand correctly your question; with (Erel's) DatePicker Class works fine (changing text -even without Enter- calls Event ValueChanged)
Ok, sorry for the inconvenience. I've seen the difference now; I've tested the Datepicker class from Erel (https://www.b4x.com/android/forum/threads/janotherdatepicker-class.36778/#content) and you are using the DatePicker jFX object; with the class the behaviour is correct (check the example).
Don't know if a possible solution is to add a Listener when lostfocus or text changed to Datepicker object
Ok, sorry for the inconvenience. I've seen the difference now; I've tested the Datepicker class from Erel (https://www.b4x.com/android/forum/threads/janotherdatepicker-class.36778/#content) and you are using the DatePicker jFX object; with the class the behaviour is correct (check the example).
Don't know if a possible solution is to add a Listener when lostfocus or text changed to Datepicker object