how can i create 2 multiline textarea item in in one form in midlet (in j2me)
i find only textfield and string item
also in a form we can create only one text box
best regard
how can i create 2 multiline textarea item in in one form in midlet (in j2me)
i find only textfield and string item
also in a form we can create only one text box
best regard
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
Thanks for the more information,
Well AFAIK, you can not do that using the High Level API, since textbox extends the screen class and at the one time one screen can be displayable. However I would like to know why you need to have the 2 textbox, why dont you use only one?
If you still wanna have multiple text boxes then you have to use the Low Level API and design your own custom TextBox as per your need.
You can also have a look over the Third Party GUI API's like LWUIT,
Last edited by raj_J2ME; 2010-05-19 at 10:30. Reason: More Explaination
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,