Android Question [B4XPages] Best choice for date picker

makis_best

Well-Known Member
Licensed User
Longtime User
Hi.

I create a new project and I use for first time B4XPages and I also need to use a date picker.
I search the forum and I find many solutions... Some of them are confusing also.
But I want a solution where I can change the dates and months in Greek words.

Any suggestion?
 

virpalacios

Active Member
Licensed User
Longtime User
Hi Try to use all B4X Dialogs for Date Picking and InputBox, after some time I realize that the older ones Dialogs crash my app specially in Android 10 devices.
 
Upvote 0

LucaMs

Expert
Licensed User
Longtime User
Hi Try to use all B4X Dialogs for Date Picking and InputBox, after some time I realize that the older ones Dialogs crash my app specially in Android 10 devices.
Please, try the attached one; it is only a simple B4XPages with the (related) code taken from the XUI Views sample.

I will try to create an Android 10 emulator :confused:
 

Attachments

  • B4XDateDialogTest.zip
    14.4 KB · Views: 216
Upvote 0
Top