LWUIT TextArea question
问题 Is there any way to write in a textArea without going to a LCDUI window? I want to edit my textArea in my LWUIT app but everytime I try to do this, the app send me to a LCDUI window. 回答1: To disable the LWUIT edit control trigger you can use the following code. textArea.setNativeTextboxTrigger(false); You need to implement the following code in the LWUIT TextArea source code static final String CLIENT_PROPERTY_FIRE_ACTION_TIMES = "FIRE-ACTION-TIMES"; static final String CLIENT_PROPERTY