[Resolved] Widget 2.0: TableView widget. Change selection color

Thanks Ingemar, you have been a great help in reporting these bugs to our bugtracker (and the forums)

Todays daily build (1038) resolves a lot of the issues you previously filed.

Thanks again. [import]uid: 84637 topic_id: 36359 reply_id: 144525[/import]

No problem :slight_smile:
I know what it’s like not to have actual cases to work off of, so I try to report anything I find.

I have a few others involving storyboard overlays/widgets. They need test projects… and I want to make sure it’s not *me* that’s the problem :wink:
[import]uid: 70847 topic_id: 36359 reply_id: 144527[/import]

Hey ingemar.

I decided that rather than going back to the dark ages I would improve the way you can achieve this.

I have changed the “rowColor” definition so it now looks like:

-- Insert the row into the tableView tableView:insertRow { rowColor = { default = { 255, 255, 255 }, over = { 31, 255, 0 }, -- The color of the row when it is pressed/held } } [import]uid: 84637 topic_id: 36359 reply_id: 144569[/import]

Works great.

Implemented in build 2013.1040. [import]uid: 70847 topic_id: 36359 reply_id: 144765[/import]

amazing!! [import]uid: 140000 topic_id: 36359 reply_id: 144793[/import]

Not used v2 but in v1 it was via the event.background listener.

local background = event.background
background:setFillColor( … ) [import]uid: 100222 topic_id: 36359 reply_id: 144433[/import]

@ingemar:

Looks like I missed adding in that functionality.

Will get this rectified. [import]uid: 84637 topic_id: 36359 reply_id: 144435[/import]

To help you keep track of it, I’ve created a case for it :slight_smile:

Case 21243 [import]uid: 70847 topic_id: 36359 reply_id: 144511[/import]

Thanks Ingemar, you have been a great help in reporting these bugs to our bugtracker (and the forums)

Todays daily build (1038) resolves a lot of the issues you previously filed.

Thanks again. [import]uid: 84637 topic_id: 36359 reply_id: 144525[/import]

No problem :slight_smile:
I know what it’s like not to have actual cases to work off of, so I try to report anything I find.

I have a few others involving storyboard overlays/widgets. They need test projects… and I want to make sure it’s not *me* that’s the problem :wink:
[import]uid: 70847 topic_id: 36359 reply_id: 144527[/import]

Hey ingemar.

I decided that rather than going back to the dark ages I would improve the way you can achieve this.

I have changed the “rowColor” definition so it now looks like:

-- Insert the row into the tableView tableView:insertRow { rowColor = { default = { 255, 255, 255 }, over = { 31, 255, 0 }, -- The color of the row when it is pressed/held } } [import]uid: 84637 topic_id: 36359 reply_id: 144569[/import]

Works great.

Implemented in build 2013.1040. [import]uid: 70847 topic_id: 36359 reply_id: 144765[/import]

amazing!! [import]uid: 140000 topic_id: 36359 reply_id: 144793[/import]