|
Replies:
2
-
Last Post:
Aug 29, 2008 6:50 AM
by: jezzbel
|
|
|
|
|
|
|
TextArea
Posted:
Aug 22, 2008 5:32 AM
|
|
|
Hello, I'm quite new in the midlets. Have a question. I need to create a bit advanced text editor where I can highlight, underline, make bold words. How could I achive that in the LWUIT framework? I need to have a menu where one can choose some options for text changing and in one text area one can have a text differently formated.I've noticed that I can add any commands to the text area and can't to anything with the text.
Thank you in advance for the replay.
|
|
|
|
|
|
|
Re: TextArea
Posted:
Aug 22, 2008 6:18 AM
in response to: jezzbel
|
|
|
|
|
Hi, look at the source code of TextField and TextArea and use them as a guideline to implement something like that. Implementing something like this is more of a programming logic issue rather than a LWUIT issue, its a very complex task.
If you wish to collaborate on writing something like this you can sign the SCA and join the LWUIT-incubator project, I'm sure people would like to collaborate on something like this.
> Hello, > I'm quite new in the midlets. Have a question. I need to create a > bit advanced text editor where I can highlight, underline, make > bold words. How could I achive that in the LWUIT framework? I need > to have a menu where one can choose some options for text changing > and in one text area one can have a text differently formated.I've > noticed that I can add any commands to the text area and can't to > anything with the text. > > Thank you in advance for the replay. > [Message sent by forum member 'jezzbel' (jezzbel)] > > http://forums.java.net/jive/thread.jspa?messageID=294802 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@lwuit.dev.java.net > For additional commands, e-mail: users-help@lwuit.dev.java.net >
Shai Almog http://lwuit.blogspot.com/
[att1.html]
|
|
|
|
|
|
|
|
Re: TextArea
Posted:
Aug 29, 2008 6:50 AM
in response to: Shai Almog
|
|
|
Thank you for the answer
|
|
|
|
|