Bug? AutoScaleAll seems to disable swipe right->left when using a webview - Sandman    Sep 18, 2024 This post is to log an unexpected behaviour I found regarding swiping right to left, when a layout contains a webview and the layout uses AutoScaleAll. I can't really tell what level the bug is at, or if it even is a bug in B4i, but hopefully this thread will help somebody else in the future. More information is available in this thread: https://www.b4x.com/android/forum/threads/problem-swiping-to-left-when-using-a-webview-on-as-viewpager.163122/... B4A Question 2 questions on layout variant and AutoscaleAll - marcick    Dec 5, 2023 is the formula used by AutoscaleAll ? Because I see some custom view are not scaled properly and... B4A Question Designer - "AutoScaleAll or not AutoScaleAll, this is the question" - LucaMs    Aug 5, 2017   (1 reaction)
'All variants script
If ActivitySize <= 6 Then
pnlBanner.Height = 50dip
Else
pnlBanner.Height = 90dip
End If
Using or not AutoScaleAll, pnlBanner wdith, on my smartphone, is always 75 dips.
Why?... B4A Question Beta testers: Have you tried the new AutoScaleAll designer feature? - Erel    Sep 27, 2012 See the question in the title...... Italian Autoscaleall - Comportamento strano - LucaMs (first post)    Sep 4, 2025
Come imposti quelle percentuali? Le calcoli e poi crei le Label con i valori che hai calcolato o fa... B4A Question Autoscaleall (again, sorry :-( ) - LucaMs    Dec 14, 2017 including a button 100dip x 100dip, using the Autoscaleall the button is sufficiently proportioned... Wish Designer - Exclude from AutoScaleAll - LucaMs    Apr 21, 2016 Just a "hint", it's not a really need. Sometimes you could have the need to exclude the scaling of some view (I'm thinking to banners, which should have fixed sizes, if I'm not mistaken). Something like: @pnlBanner AutoScaleAll @ could inform the script engine to exclude pnlBanner from the "process".... B4A Tutorial [B4X] I need 100 <custom view here>s. How to add programmatically? - Erel    May 21, 2020   (11 reactions) Custom views are designed to be added with the designer. It is however very simple to create a layout file with the custom view and load it multiple times. https://www.b4x.com/basic4android/images/B4A_NrYo4sDqsp.png Tip: remove the call to AutoScaleAll from the designer script. Complete example: Sub Globals Private B4XSwitch1 As B4XSwitch End Sub Sub Activity_Create(FirstTime As Boolean) For i = 1 To 20 AddSwitch(50dip, 40dip * i, i) Next End Sub Sub AddSwitch (Left... B4i Question Scrollview and AutoScaleAll - JonPM    Dec 9, 2015 I'm having some frustrations using AutoScaleAll in the Designer along with a scrollview....
Commenting out AutoScaleAll in layout2 will load the correct height, but obviously views aren't scaled... B4A Question AutoScaleAll and resize Font size - sirjo66    Sep 19, 2015 , there is only AutoScaleAll command
When I run my program on a phone (800x480) I see the text big, but when I run the program on a tablet (1024x600) I see small font.
Do AutoScaleAll resize also... Page: 1   2   3   4   5   |