B4J Question [SOLVED] DatePicker

moore_it

Well-Known Member
Licensed User
Longtime User
Hi all,

i need to catch the textchange in datepicker, it's possible ?

Thanks in advice
 

Chris2

Active Member
Licensed User
Which DatePicker are you using?

If you use a B4XDialog with the DateTemplate the you can pass the result to either a TextField or a B4XFloatTextField, both of which have a _TextChanged event.
 
Upvote 1

Chris2

Active Member
Licensed User
You could try handling the _FocusChanged event as in
 
Last edited:
Upvote 0
Top