B4A Library [Lib] BetterDialogs

GiulioVale

Active Member
Licensed User
Longtime User
Uhm ok. Only for info is correct so have screen like attached?
 

Attachments

  • screen.png
    25.3 KB · Views: 390

pfillion

Member
Licensed User
Longtime User
Is there a way to change the font size within the html text ?

I tried <font size=n></font> but it did not work. I want to make my text smaller...

Thanks
 

pfillion

Member
Licensed User
Longtime User
You can change the size with <H1></H1> to <H6></H6>

It's not precise enough... Good if you have header and text but not if you want to have the body of your text at a specific size... Why isn't the font attribute available either as a tag or withing a style in the <p> tag ?
 
Last edited:

Informatix

Expert
Licensed User
Longtime User
It's not precise enough... Good if you have header and text but not if you want to have the body of your text at a specific size... Why isn't the font attribute available either as a tag or withing a style in the <p> tag ?
1) It's better than nothing, and "nothing" was the previous situation.
2) The API function to interpret the HTML tags is supposed to handle the font size. I don't know why it is not properly interpreted. Ask to Google.
3) You can create a custom dialog with a webview inside so it's not really an issue.
 
Last edited:

pfillion

Member
Licensed User
Longtime User
Ok thanks.
 

TheMightySwe

Active Member
Licensed User
Longtime User
Hi,

Is there a way to get the cursor to be on the first position when using a masked text input instead of the last?

Regards, J
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…