M mw71 Well-Known Member Licensed User Longtime User Jun 22, 2019 #1 Hi i use B4XPreferencesDialog with 2 DatePicker (and other) Items - How can i Change the (start) Date from this (in best case the first e.g. 2017 end the second now)? ( PreferencesDialog.DateTemplate.Date=DateUtils.SetDate(2017,1,1) dont work) - can i change the Text Size ??
Hi i use B4XPreferencesDialog with 2 DatePicker (and other) Items - How can i Change the (start) Date from this (in best case the first e.g. 2017 end the second now)? ( PreferencesDialog.DateTemplate.Date=DateUtils.SetDate(2017,1,1) dont work) - can i change the Text Size ??
Erel B4X founder Staff member Licensed User Longtime User Jun 23, 2019 #2 mw71 said: PreferencesDialog.DateTemplate.Date=DateUtils.SetDate(2017,1,1) dont work Click to expand... Not like this. The initial values are not part of the template. They belong to the Map that you pass when you call ShowDialog. mw71 said: can i change the Text Size ?? Click to expand... Which text size? Upvote 0
mw71 said: PreferencesDialog.DateTemplate.Date=DateUtils.SetDate(2017,1,1) dont work Click to expand... Not like this. The initial values are not part of the template. They belong to the Map that you pass when you call ShowDialog. mw71 said: can i change the Text Size ?? Click to expand... Which text size?
M mw71 Well-Known Member Licensed User Longtime User Jun 23, 2019 #3 Erel said: They belong to the Map that you pass when you call ShowDialog. Click to expand... have you an example? Erel said: Which text size? Click to expand... i use also Text and ShortOptions Fields. I would like incrase the Textsize. Upvote 0
Erel said: They belong to the Map that you pass when you call ShowDialog. Click to expand... have you an example? Erel said: Which text size? Click to expand... i use also Text and ShortOptions Fields. I would like incrase the Textsize.
Erel B4X founder Staff member Licensed User Longtime User Jun 23, 2019 #4 mw71 said: have you an example? Click to expand... See the example: [B4X] B4XPreferencesDialog - Cross platform forms Changing the text size is not simple. It will require modifying the library layouts and code. Upvote 0
mw71 said: have you an example? Click to expand... See the example: [B4X] B4XPreferencesDialog - Cross platform forms Changing the text size is not simple. It will require modifying the library layouts and code.