Re: css problem with custom TableRow

2013-05-21 Thread Neil Galarneau
It is: https://javafx-jira.kenai.com/browse/RT-30558 I included the background as well. Thanks Jonathan.  Neil - Original Message - From: [email protected] To:"Neil Galarneau" Cc: Sent:Wed, 22 May 2013 08:39:43 +1200 Subject:Re: css problem with custom TableRow

Re: css problem with custom TableRow

2013-05-21 Thread Jonathan Giles
This is probably better suited to being discussed via a jira issue as it'll likely turn into a bug report - could you please file one? Whilst you're doing that, it would be interesting to take a step back and understand why you're wanting to create a TableRow / TableRowSkin subclass? I'm not a

css problem with custom TableRow

2013-05-21 Thread Neil Galarneau
Hello, Although most customizations to TableView can be done with custom TableCells, I think I need a custom TableRow. I've been trying to follow Paru's advice from her JavaOne talk with Jonathan on starting to build a custom control based on Control. I have subclassed TableRow & TableRowSkin and