Wish Wish for designer

tufanv

Expert
Licensed User
Longtime User
Hello,

To set a buttons left height width and top we use for example:

B4X:
button1.top=50dip
button1.height=120dip
button1.lefT=50%x
button1.width=50%x

is it possible to do stg like this :

B4X:
button1:
top=120
left=50
width=50%x
height=30%y

Thanks
 

Cableguy

Expert
Licensed User
Longtime User
Hello,

To set a buttons left height width and top we use for example:

B4X:
button1.top=50dip
button1.height=120dip
button1.lefT=50%x
button1.width=50%x

is it possible to do stg like this :

B4X:
button1:
top=120
left=50
width=50%x
height=30%y

Thanks
That's a very old wish, made well before classes were introduced...
 
Top