Hi All,
I have a feeling I have encountered this before but can't find anything searching the forum.
I have a panel with 3 buttons, when I try to set the vertical position of the buttons they disappear. I have no problem setting the horizontal positions.
Labels behave the same way.
I have tried this in the designer script and in code, same result.
The following is from the script, no surprises
Any help appreciated.
Regards Roger
I have a feeling I have encountered this before but can't find anything searching the forum.
I have a panel with 3 buttons, when I try to set the vertical position of the buttons they disappear. I have no problem setting the horizontal positions.
Labels behave the same way.
I have tried this in the designer script and in code, same result.
The following is from the script, no surprises
B4X:
'BtnMetric.Bottom = PnlUnits.Bottom
'BtnImp.VerticalCenter = PnlUnits.VerticalCenter
'BtnUS.VerticalCenter = PnlUnits.VerticalCenter
BtnMetric.HorizontalCenter = PnlUnits.HorizontalCenter
BtnImp.Right = BtnMetric.Left - 20dip
BtnUS.Left = BtnMetric.Right + 20dip
Any help appreciated.
Regards Roger