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
Post a Comment