iOS Question How to change DatePicker's Text Size and the border that comes with it?

Zhien

Member
Licensed User
I want to change the size of the surrounding border and the text size of the DatePicker's labeled texts, not the pop-up that comes with it when you click on the dates.

Is this possible?
 

Attachments

  • datepicker.jpg
    datepicker.jpg
    150.6 KB · Views: 113

Zhien

Member
Licensed User
Thanks, that'd solve the DatePicker problem. But what about TimePicker? As far as I know, there is no B4XTimeTemplate for B4i.
And if I use B4XDialog, and put in a DatePicker with Mode_Timer in it.
The UI would look cumbersome and the user has to click on the dialog, then click on the timer to make any changes.

This is undesirable in terms of UI.
 
Upvote 0

Zhien

Member
Licensed User
Thanks, that'd solve the DatePicker problem. But what about TimePicker? As far as I know, there is no B4XTimeTemplate for B4i.
And if I use B4XDialog, and put in a DatePicker with Mode_Timer in it.
The UI would look cumbersome and the user has to click on the dialog, then click on the timer to make any changes.

This is undesirable in terms of UI.
Ignore this message, I will just use Mode_DateTime instead.
 
Upvote 0
Top