Still working on my project. I need some help with this.
I have a dynamic textbar connected to an onscreen keyboard, and I need the font to decrease in size depending on the number of characters you enter.
Seems like it could be a simple algorithm but I have no clue where to start.
any help?
If you are using an onscreen keyboard, I am not sure that a CHANGE listener will work if it involves adding text to the textfield with code... but kGlad will know better about that. If it does involve code, whatever code adds text can have the task of checking the length right after each character is added.
To check the textfield's character count by its length property, basically use something similar to...
numCharacters = yourTextfield.length;
North America
Europe, Middle East and Africa
Asia Pacific