S sioconcept Active Member Licensed User Longtime User Feb 6, 2013 #1 Hi, i've got a problem with CustomDialog (v1 & v2). The width is not good. I would like 100% of width but i've only a part. B4X: cd.AddView(pnl, 0, 0, 100%x, 100%y) This screenshoot become to my smartphone 4" (Density 1.5 as same of my Galaxy Tab 7")
Hi, i've got a problem with CustomDialog (v1 & v2). The width is not good. I would like 100% of width but i've only a part. B4X: cd.AddView(pnl, 0, 0, 100%x, 100%y) This screenshoot become to my smartphone 4" (Density 1.5 as same of my Galaxy Tab 7")
Erel B4X founder Staff member Licensed User Longtime User Feb 7, 2013 #2 I'm not sure how CustomDialog sets its width. It might be a system default. I recommend you to use a non modal dialog instead (regular panel). Upvote 0
I'm not sure how CustomDialog sets its width. It might be a system default. I recommend you to use a non modal dialog instead (regular panel).
S sioconcept Active Member Licensed User Longtime User Feb 21, 2013 #3 Thanks Erel. I've created a panel with 90%x - 90%y. This problem has only on little screen with hight density. Upvote 0
Thanks Erel. I've created a panel with 90%x - 90%y. This problem has only on little screen with hight density.