views:

1290

answers:

4

How can I create a table in which I can add rows and columns dynamically?

How can I make cells of that dynamic table editable? I.e. I should push Edit Command button and write texts or numbers in the cell.

+1  A: 

AFAIK, there is no such UI control that is available in MIDP, you should either create the control or use some library such as J2ME-Polish

Ram
+2  A: 

Take a look at LWUIT which has one of the best listview implementations in J2ME

kgutteridge
+2  A: 

Although it is old, you may take a look at MicroCalc to get some ideas about the implementation. It is a spreadsheet implemented in J2ME under GPL license.

rics
A: 

Hi there, i have followed the steps in j2me polish documentation on how to create the dynamic table but have not get it work. Please can you show me how it works using some example, so that the data are coming from the database?

manyasi