08-29-2008 04:53 PM
Working on a midlet and having trouble with input. The BlackBerry default seems to be to start all input with the initial letter uppercase. For authentication input (username, password), obviously I would rather this be lowercase. Trying this:
teBox = new TextBox(title, text, max, constraints);
teBox.setInitialInputMode("MIDP_LOWERCASE_LATIN");
However it seems to have no effect. Is there a better BlackBerry-specific way to achieve this?
Solved! Go to Solution.
09-02-2008 09:23 AM