i have created a List but list always contains with the numbers (1,,2,3)
i do not want numbers in the list
what can i do??
what are List Modes and how can i implement them?
also how can i change back selection color of list.
i have created a List but list always contains with the numbers (1,,2,3)
i do not want numbers in the list
what can i do??
what are List Modes and how can i implement them?
also how can i change back selection color of list.
If u want to disable the numeric action means u need to use list.setNumericKeyActions(false);
see this link,
http://lwuit.blogspot.com/2008/07/lw...-fishbein.html
by using the ListCellRenderer u can acheive the bgImage and bgColor.. or u can use DefaultListCellRenderer...
Bharath... :)