Android Question AnotherDatePicker - displays underneath panels

mfstuart

Active Member
Licensed User
Longtime User
Moving it to the top.
Anyone experienced this sort of thing with the AnotherDatePicker from Erel? I'm developing an app using a date picker that has to be delivered very soon.
I would use the core DateDialog, but it does not allow you to change the date font size, that I know of. The date font is too small to use, hence me wanting to use this new B4A
If not, Erel I was wondering if you could look at this?

Thanx,
Mark Stuart
 
Upvote 0

mfstuart

Active Member
Licensed User
Longtime User
So I've just been able to reproduce the issue.
With the Panel view, set the Elevation=5 and the Corner Radius = 5.
I deployed the app to a Samsung Tab A 8" and it is doing as I originally stated - the "AnotherDatePicker" object appears behind the panel.

If I set the properties back to the default, the date picker appears in front of the panel.
I would prefer to have the panel set to raised and with rounded corners.

EDIT: the Elevation causes the problem of the "AnotherDatePicker" to appear behind the panel, not the Corner Radius.

Thanx,
Mark Stuart
 
Last edited:
Upvote 0
Top