Is there any way to set the selection color to something else than the default blue? [import]uid: 70847 topic_id: 36359 reply_id: 336359[/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]
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
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
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
[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]
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
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
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
[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]
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
Case 21243 [import]uid: 70847 topic_id: 36359 reply_id: 144511[/import]