how can i disable the T9 command in the text Field ..
thanks regards
Yakub pasha.
how can i disable the T9 command in the text Field ..
thanks regards
Yakub pasha.
use TextField.NON_PREDICTIVE ( http://download.oracle.com/javame/co...NON_PREDICTIVE ) constraint on your textfield via the setConstraints method to forbid the textfield from using T9.
hi lynxgeek,
disable T9 command in the textfield use-
TextField.setReplaceMenu(false)
Thanks
Arvind
No.
setReplaceMenu is a LWUIT TextField only method, and, according to this : http://forums.java.net/node/683954 , it does not seem to have the desired effect.