I was noticed that if you set lineColor alpha in tableView to 0 then the entire content of the cell/row gets affected. Anyone else seen this? Noticed this in 2012.806. [import]uid: 13560 topic_id: 25983 reply_id: 325983[/import]
I have the same problem. It’s like that on a few builds prior to 806 as well. I’d have to check, but I’ve never been able to get around that.
I eventually canned the tableView implementation, doesn’t quite seem ready for primetime IMO.
File a bug report ? [import]uid: 134089 topic_id: 25983 reply_id: 105201[/import]
experiencing the same thing… [import]uid: 14018 topic_id: 25983 reply_id: 111041[/import]
it’s fixed in the daily builds, I haven’t seen the issue since 806. [import]uid: 13560 topic_id: 25983 reply_id: 111081[/import]
I had, but solved it by instead of seting the line/rowColor to {0, 0, 0, 0} I set the event.line.isVisible/event.background.isVisible to false in the rowRender-function [import]uid: 14018 topic_id: 25983 reply_id: 111084[/import]
Oh, seems like it didn’t solve the issue fully… Objects that are declared as local inside the render-function are displayed properly, but objects that are declared as event.target.object do not show up… Maybe there’s a different way to access display objects inside the render-function without naming them as event.target-objects? [import]uid: 14018 topic_id: 25983 reply_id: 111128[/import]
I can’t get it working.
I have a tableView with mask and I want to disable line rendering.
If I set noLines = true in TableView options then rows are not rendered completely. Setting lineColor to {0,0,0,0} also disables rows.
I tried disabling lines in onRowRender() by setting event.line.isVisible = false with same result - rows are disappeared.
When I don’t use mask - lines can be disabled. With mask - lines are disabled together with rows.
I use 2012.971 [import]uid: 199969 topic_id: 25983 reply_id: 132938[/import]
This is a bug with masks not tableviews, at least that is what support told me when I reported it a couple months back. It has been a bug going on 4-5 now. Since version .841 I think. Still crossing my fingers it will be fixed soon. [import]uid: 56820 topic_id: 25983 reply_id: 132946[/import]
I can’t get it working.
I have a tableView with mask and I want to disable line rendering.
If I set noLines = true in TableView options then rows are not rendered completely. Setting lineColor to {0,0,0,0} also disables rows.
I tried disabling lines in onRowRender() by setting event.line.isVisible = false with same result - rows are disappeared.
When I don’t use mask - lines can be disabled. With mask - lines are disabled together with rows.
I use 2012.971 [import]uid: 199969 topic_id: 25983 reply_id: 132938[/import]
This is a bug with masks not tableviews, at least that is what support told me when I reported it a couple months back. It has been a bug going on 4-5 now. Since version .841 I think. Still crossing my fingers it will be fixed soon. [import]uid: 56820 topic_id: 25983 reply_id: 132946[/import]