row background color selection highlight

I need to be able to select a row and show the background color on the selection. Right now if I do that every row I select keeps its background selected without removing the previous. I’m going crazy here. Can someone please help me:)

Thanks. [import]uid: 8780 topic_id: 30641 reply_id: 330641[/import]

Do a “row.reRender = true” in the “release” or “tap” phases of the rowListener. [import]uid: 2245 topic_id: 30641 reply_id: 123313[/import]

Do a “row.reRender = true” in the “release” or “tap” phases of the rowListener. [import]uid: 2245 topic_id: 30641 reply_id: 123313[/import]

Hi, I have a similar problem. I’m making a glossary. In the left I have a tableview list with the words and in the right I have a native text box to show the results. When I’m tapping in a row I change the background color. When I’m tapping again in another row the previous doesn’t lose the highlight. If I set the reRender to true, I can’t highlight the selected row. I tried to use a for loop in the press phase of the row listener to reset all the previous rows but I don’t know how I can find the rects to change the color. In the examples there is the event.background in the row listener which represents the selected rect. In which display group are inserted all rows?

thanks a lot
[import]uid: 13028 topic_id: 30641 reply_id: 125020[/import]

Hi, I have a similar problem. I’m making a glossary. In the left I have a tableview list with the words and in the right I have a native text box to show the results. When I’m tapping in a row I change the background color. When I’m tapping again in another row the previous doesn’t lose the highlight. If I set the reRender to true, I can’t highlight the selected row. I tried to use a for loop in the press phase of the row listener to reset all the previous rows but I don’t know how I can find the rects to change the color. In the examples there is the event.background in the row listener which represents the selected rect. In which display group are inserted all rows?

thanks a lot
[import]uid: 13028 topic_id: 30641 reply_id: 125020[/import]