Hi,
I'm using a j2me TextField. I'm creating it like:
new TextField("Username: ", "", 20, TextField.ANY | TextField.NON_PREDICTIVE);
It seems like the NON_PREDICTIVE flag is being ignored (or I'm misinterpreting it) - suggested words keep popping up. Sometimes my words even get replaced as I'm typing which is really annoying. I'm running this on a blackberry 8120 emulator.
Is there any way to just completely disable this?
Thanks
Start Free Trial