I would like to have the preferencesdialog occupy all visible screen without the bars, as it would be fullscreen. So no windowtitle and if possible no frame around it.
100%x, 100%y makes the "oke" "cancel" panel disappear behind the navigationkeys-bar. So, 100%y does not take the nav-bar in account.
I guess if it cant be solved by the preferencesdialog alone, a possible solution could be calculating the nav-bar-height and have this substracted from 100%y.
There is a lot of Javacode on the internet about calculating the nav-bar height but, besides the fact I don't know how to implement this in B4A, it seems rather complicated to have it right depending on several circumstances. (devicesize, landscape or portrait, API versions etc..)
Is there a solution for this problem in the preferencesdialog or B4A in general?
Any help is appreciated.
100%x, 100%y makes the "oke" "cancel" panel disappear behind the navigationkeys-bar. So, 100%y does not take the nav-bar in account.
I guess if it cant be solved by the preferencesdialog alone, a possible solution could be calculating the nav-bar-height and have this substracted from 100%y.
There is a lot of Javacode on the internet about calculating the nav-bar height but, besides the fact I don't know how to implement this in B4A, it seems rather complicated to have it right depending on several circumstances. (devicesize, landscape or portrait, API versions etc..)
Is there a solution for this problem in the preferencesdialog or B4A in general?
Any help is appreciated.