fontsize

  1. S

    Android Question B4A Question , Font Scaling Problem (Any Device)

    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...
  2. J

    B4J Question I need comfort...

    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...
  3. red30

    B4J Question ComboBox and ChoiceBox font size

    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...
  4. Mohsen Torabi

    B4A Library MaatisaLibs - Collection of Themes & Tools

    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...
  5. sina39000

    Android Question in code ListView property Change

    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)...
  6. Lori Scott

    Android Question [Solved] Override user's custom fontsize settings

    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...
Top