06-30-2010 06:47 AM
Do you actually know that your list contains items?
How about just adding some test data to the list so that you can test if you drawListRow method gets actually called.
... shoppingList.addElement(new ShoppingListItem(...)); shoppingList.addElement(new ShoppingListItem(...)); shoppingList.addElement(new ShoppingListItem(...)); shoppingListField = new ListField(shoppingList.size()); ...
06-30-2010 06:53 AM
first create a listfield demo application and try to understand. You can search in the forums or google for example then try to integrate it with your system