Tuesday, 10 September 2013

Codenameone Q: How can i add row of components to a GUI when a button has been pressed?

Codenameone Q: How can i add row of components to a GUI when a button has
been pressed?

I'm putting together an app where a user can record information about like
a sale of an unknown number of items in a business. My question is based
on recording the quantity, name, individual price and total price of each
item sold in a sale. I've already coded a java computer program where i
have a table available on the GUI, the user records the information of one
item in a table and if they need more rows there is a button which can be
pressed each time a new row is needed. I'm wandering: A) is there a table
component i can use in Codenameone on the GUI and B) can i have the same
concept of pressing a button in order to add a new row to the table?
If this isn't possible because i've had no luck while researching this
topic, does anyone have any suggestions of how i can record an unknown
number of items in a

No comments:

Post a Comment