how can i solove avkon 0 error
| Fri, 2007-12-21 07:57 | |
|
Hi friends, GAMES_GRID_ITEM1_TEXT "0\tAudio" in my rss file RESOURCE ARRAY r_airchord_games_grid_items |
|
| Fri, 2007-12-21 07:57 | |
|
Hi friends, GAMES_GRID_ITEM1_TEXT "0\tAudio" in my rss file RESOURCE ARRAY r_airchord_games_grid_items |
|
Forum posts: 32
It might be that you are not setting icon array for your listbox, but you are still referring to index 0 for an icon of both lines. Try removing 0 from the listbox texts:
GAMES_GRID_ITEM1_TEXT "\tAudio"GAMES_GRID_ITEM2_TEXT "\tvideo"
BTW, in the code you pasted, you have defined GAMES_GRID_ITEM1_TEXT two times and not defined GAMES_GRID_ITEM2_TEXT. This might cause some problems as well.
Jari
Forum posts: 55
Thanks for reply, i have solved it.But here i have created static list using rss file.
for dynamic list with grid view what should i do please share me .the list items coming from server which i have to update.
thanks
mitu