Hi All,
I have a panel as panel1. In the panel i have button1 and button2.
But this code doesn't seem to work for me in Designer Script
The buttons disappear from the Panel. Anyone knows what I am doing wrong here?
I have a panel as panel1. In the panel i have button1 and button2.
But this code doesn't seem to work for me in Designer Script
B4X:
Panel1.SetLeftAndRight(0, 100%x)
Panel1.Bottom = 89%y
Button1.Top = Panel1.Top
Button2.Bottom = Panel1.Bottom
The buttons disappear from the Panel. Anyone knows what I am doing wrong here?