Hello To Active Forum Members
I've Recently installed B4A To Develop an app
Which i succeed thanks to forum and tutorials.
Now im In Realese phase and i'm having a problem with scaling
- I used Blue Stacks Emulator To develop my App ( No Bridge )
and every things works fine.
- But When i use...
I have developed a (mostly) cross-platform app. I am pleased with that app and I wish to release it starting with B4J. If that is successful I will then release B4A and B4i versions. But I have issues that may or may not be a problem. Kindly help me address one or more of those issues.
I...
How do I resize the text in a ComboBox and ChoiceBox?
For all elements, I will change the font size in the designer:
If ActivitySize>20 Then
btn.TextSize=16
lbl.TextSize=16
Else
btn.TextSize=12
lbl.TextSize=12
EndIf
But for the ComboBox, I cannot change the font.
I've tried...
Hi to all.
First of all, My English is bad so i am sorry.
I am using B4A for long time, and I am thankful to B4X community and Erel, Because it changes my programming life.
This is my first semi-pro;) library, So i hope it will be useful for you.
This lib contains 4 Classes and one manifest...
Hello
A simple problem:
How can i change ListView TextSize property in run time?
Sub Process_Globals
End Sub
Sub Globals
Private Button1 As Button
Private EditText1 As EditText
Private ListView1 As ListView
End Sub
Sub Activity_Create(FirstTime As Boolean)...
My Android app uses designer script to adjust the size and position of each control. The AutoScaleAll is left on (not commented out). In use, the app looks like this:
On a different, larger device used by my colleague, it looks very similar. However, another colleague using the same larger...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.