Click here to Skip to main content
15,885,917 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am new to J2me.

I am developing a j2me application, in that I need to delete all the form elements all at a time...

I am trying to use form.delete(int itemindex) method, but it is working for only index 0 and for the rest it is throwing indexoutofboundsexception.

form.deleteAll() is also not working.
Posted
Updated 14-Mar-10 13:27pm
v3

1 solution

I am new too. Have you tried anything else?
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900