I want to give preference-dialog to use full size of panel, so I use
but the 'save' 'cancel buttons do not show, the I use
then it shows.
is this correct way ?
how to give full size of panel to preference-dialog ?
B4X:
pref.Initialize(pnlBase, "title", pnlBase.Width, pnlBase.Height)
but the 'save' 'cancel buttons do not show, the I use
B4X:
pref.Initialize(pnlBase, "title", pnlBase.Width, pnlBase.Height-60dip)
then it shows.
is this correct way ?
how to give full size of panel to preference-dialog ?