Please excuse my ignorance, I have not done any B4A coding for about 3 years and cant remember how to do even the most basic things.
Can anyone tell me which library SetTextAndSize is in? I just want to set the text size of a standard label to its largest but I can't seem to find an example that shows it.
Sorry if this is a stupid question.
The soon to be released versions of B4A, B4i and B4J include a new feature named: designer script extensions. The new feature allows calling B4X code from the visual designer scripts. Note that the B4X code is not executed at design time. I believe that over time this new feature, with a...
Thanks for the help, went with AutoTextSizeLabel which works well for my purposes.
NB: the Click events do not work correctly! They don't always fire and when they do they seem to have the wrong event names!!
Will try to investigate further if I get time.
Easy work around is to put a transparent panel over the label and use those click events instead.