I have the following designer code:
What do I wrong, See attachments for design pictures. The feedback panel is not on the bottom. The button right is not to the right panel side minus 5 dip.
B4X:
'All variants script
AutoScaleAll
Panel1.SetLeftAndRight(0,100%x)
Panel1.SetTopAndBottom(80dip,90%y)
pnlFeedback.SetLeftAndRight(10%x,90%x)
pnlFeedback.Bottom=Panel1.Bottom
pnlFeedback.Height=80dip
btnUP.Top=2dip
btnUP.Left=2dip
btnUP.Height=pnlFeedback.Height-4dip
btnUP.Width=btnUP.Height
btnDown.Top=2dip
btnDown.Right=pnlFeedback.Right-5dip
btnDown.Height=pnlFeedback.Height-4dip
btnDown.Width=btnDown.Height
What do I wrong, See attachments for design pictures. The feedback panel is not on the bottom. The button right is not to the right panel side minus 5 dip.