hi, i need help... i cannot append a textbox on a form...please help me.what can i do to append a textbox to a form... my goal is to append a textfield,and a textbox.is it pssible?thanks in advance
hi, i need help... i cannot append a textbox on a form...please help me.what can i do to append a textbox to a form... my goal is to append a textfield,and a textbox.is it pssible?thanks in advance
You can append items on a Form - see the list below:
ChoiceGroup, CustomItem, DateField, Gauge,ImageItem, Spacer, StringItem, TextField
TextBox is a subclass of Screen the same way Form is. Appending it to a Form does not make any sense. Use TextField instead
Hartti
no you cannot. not with LCDUI
a textbox is standalone screen which cannot be appended to a form, but you know that. ( http://java.sun.com/javame/reference...118/index.html )
if you need slightly complex UI, i recommend you use a library, like LWUIT, LCDUI is very basic.
thank you so much... im new to j2me and im having fun experimenting.thanks