I want to create chat window with textarea and textbox in lwuit
. Textarea must capable to show smiley and coloring text. I have used HtmlComponent
of lwuit and facing problem in scrollbar. As text content grows in size, whole screen scroll including textbox. I want only content of textarea to be scrolled.
How to solve it?