cirollo Active Member Licensed User Longtime User Nov 10, 2018 #1 I made an app designed for 1280x800 scale 1 that doesn't fit on this tablet (it has same resolution but different ppi 157 vs 160 of my tablet) the forms seems zoomed, how can I set a new variant for this tablet mediapad T3? here the specs: B4X: Size: 9.6 inches Type: IPS display Resolution: 1280 × 800 (HD) Pixel density: 157 PPI Contrast: 800:1 Brightness: 300 nits (typical) thx
I made an app designed for 1280x800 scale 1 that doesn't fit on this tablet (it has same resolution but different ppi 157 vs 160 of my tablet) the forms seems zoomed, how can I set a new variant for this tablet mediapad T3? here the specs: B4X: Size: 9.6 inches Type: IPS display Resolution: 1280 × 800 (HD) Pixel density: 157 PPI Contrast: 800:1 Brightness: 300 nits (typical) thx
Erel B4X founder Staff member Licensed User Longtime User Nov 11, 2018 #2 1. It is a mistake to target a specific resolution or screen size. 2. Use as few as possible variants. You should use anchors and designer script to build a flexible layout. Check the visual designer video tutorial: https://www.b4x.com/etp.html Upvote 0
1. It is a mistake to target a specific resolution or screen size. 2. Use as few as possible variants. You should use anchors and designer script to build a flexible layout. Check the visual designer video tutorial: https://www.b4x.com/etp.html
cirollo Active Member Licensed User Longtime User Nov 11, 2018 #3 Hi Erel! you're right but this app is not for market, but for a specific customer. I've solved (maybe) using autoscaleall on the designer, this could cause problems???? Upvote 0
Hi Erel! you're right but this app is not for market, but for a specific customer. I've solved (maybe) using autoscaleall on the designer, this could cause problems????
Erel B4X founder Staff member Licensed User Longtime User Nov 12, 2018 #4 cirollo said: I've solved (maybe) using autoscaleall on the designer, this could cause problems???? Click to expand... Hard to say without you providing more information. AutoScaleAll shouldn't significantly change the layout. Anchors are much more important. Upvote 0
cirollo said: I've solved (maybe) using autoscaleall on the designer, this could cause problems???? Click to expand... Hard to say without you providing more information. AutoScaleAll shouldn't significantly change the layout. Anchors are much more important.