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.
Is there any way to write in a textArea without going to a LCDUI
Share
To disable the LWUIT edit control trigger you can use the following code.
You need to implement the following code in the LWUIT TextArea source code