B4A Library [B4X] ComboBoxPlus - ComboBox with individual color configurable items - gregchao    Feb 25, 2024   (15 reactions) Incorrect reference to iXUI and ByteConverter, Fixed B4i pull down visibility 5.00 - Added GetItemColorkey feature 6.00 - Disable can now be signified by graying entry string or background (use Designer to choose). Designer size is now compact size, you must enter expanded height in Designer (in li B4A Question [SOLVED] Determining the Custom List View Panel height for different devices - asales (first post)    Sep 22, 2021 Here my code, based in the @Mahares example (Thanks, @Mahares ). The AutoScaleAll is enable in the layout. You can see the difference between the examples in the pictures. Both fit in differents resolutions. Asales: 119425 Mahares:119426 B4A Example Adapt your layouts using SetLayout - klaus (first post)    Oct 10, 2017 It is here: AutoScale Code Module.
Be aware that AutoScale in the Designer scales the text too!
The AutoScale Code module is similar to AutoScale in the Designer with some other scaling functions. B4A Question MPAndroidCharts - Spurious horizontal lines - Johan Schoeman (first post)    Dec 03, 2021   (1 reaction) add this to your code: mlc1.YaxisMinVal = -1.2 mlc1.YaxisMaxVal = 1.2 ....else it will autoscale the left and right axis independantly. As a side note - you can also show only one graph when using multi linechart. The graph below is however from the single line chart part of the library B4A Question Autoscale code module... - JonPM (first post)    Dec 07, 2015   (2 reactions) This is the same question you've asked in 3 different posts now. I think you should keep using one post instead of repeating B4A Question Managing different screens res... - klaus (first post)    Dec 06, 2015 In your case I would suggest to use the AutoScale code module. B4A Question Autoscale does not allowed in designer in the latest b4a version 11.8 - Kadandale Ganapathy Bhat (first post)    Sep 02, 2022 I got error message while compiling in release mode (AutoscaleAll has been enabled in Designer)
B4A Version: 11.80
Parsing code. (0.55s)
Java Version: 11
Building folders structure. (0.87s)
Running custom action. (0.14s)
Compiling code. (0.74s)
Compiling layouts code. (0.23s)
Org B4A Question Endless questions about the Designer - klaus (first post)    Feb 15, 2016   (2 reactions) @LucaMs
klaus said:
I have never said this about the DesignerScripts, but aboute the AutoScale code mudule !!!
I know what AutoScale in the DesignerScripts can do and cannot do.
It is not honest taking a phrase out of its context letting say it something diiferent, and wrong !
It is the second tim B4A Tutorial Designer Scripts & AutoScale Tutorial - klaus    Mar 13, 2016   (7 reactions) The key views are added in the code and scaled using the
Scale module.
Scale module allows to scale views added in the code based on the same equations as those used in the Designer Script AutoScale.
B4i Question What could be the cause of my app working well on iPhone 7 and not on iPhone 10/12? - Johan Hormaza (first post)    Jul 05, 2022   (1 reaction) Remember to use this code at the moment the Layout has been loaded: Wait For JHRPage_Resize (Width As Int, Height As Int) You must disable these boxes and place Main.NavControl.NavigationBarVisible = False And delete the AutoScaleAll 131098 Page: 1   2   3   4   5   6   7   Powered by ColBERT |