java me - J2ME Insert a list element into a new form TextField -


i want insert element of list 1 new form's textfield , change value. possibe? if not, possible change element of list @ selecting , type new value?

thanks!

if correctly understand you, looking way manipulate javax.microedition.lcdui.list. in order "edit" value need use getselectedindex() (list option selected user editing) getstring(int elementnum).

you can display in textfield editing.

before "adding" list need delete old element delete(int elementnum) , can insert in position new value insert(int elementnum, string stringpart, image imagepart)


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -