Hello.
How do I know the size of the text height in designer script
Try label1.height = -2
He worked , but with the label1.heigth command can not know the size set he got . I need to know that size, so that my right sequence.
How do I know the size of the text height in designer script
Try label1.height = -2
He worked , but with the label1.heigth command can not know the size set he got . I need to know that size, so that my right sequence.
B4X:
'All variants script
AutoScaleAll
Button1.HorizontalCenter = 50%x
Button2.HorizontalCenter = 50%x
Label1.HorizontalCenter = 50%x
Label1.Height = -2
Button1.Top = Label1.Height + 20dip
Label1.Top = Button1.Height+Button1.Top + 20dip
Button2.Top = Label1.Height + Label1.Top + 20dip