Hi all,
I try to position a button using variabels:
The value's held by tleft, ttop ...etc are ment to be relative positions.
How do I represent the value "50" held in ttop as a 50%y value
PLease advice
I try to position a button using variabels:
B4X:
pnl.AddView(p, Cur_TafelGeg.TLeft, Cur_TafelGeg.Ttop, Cur_TafelGeg.TWidth , Cur_TafelGeg.THeight)
The value's held by tleft, ttop ...etc are ment to be relative positions.
How do I represent the value "50" held in ttop as a 50%y value
PLease advice