Hey everybody,
Maybe i'm doing something wrong but if i add a panel to a panel which is added to an activity (see code below) the the width of the "proddetailpnl" on a full HD tablet is still ~1920.
Maybe someone can explain to me what i am doing wrong.:BangHead:
Best regards,
Daniel
Maybe i'm doing something wrong but if i add a panel to a panel which is added to an activity (see code below) the the width of the "proddetailpnl" on a full HD tablet is still ~1920.
B4X:
Dim miniinfopnl As Panel
miniinfopnl.Initialize("miniinfopnl")
Activity.AddView(miniinfopnl, 10%x, 5%y, 20%x, 60%y)
proddetail.Initialize("proddetail")
miniinfopnl.AddView(proddetail, 0, 0, 100%x, 90%y)
Maybe someone can explain to me what i am doing wrong.:BangHead:
Best regards,
Daniel