Alessadro Parisi
Alessadro Parisi
I did download it but it was saying unsupported codec or something like that
Yes I see it now I'll do some testing, check if I can reproduce it and debug it eventually
@panosru Ah yes I finally see what's going on. So, from your code I can reproduce the issue, and I was ready to label this as a bug but then...
@panosru haha well your description of the issue was crystal clear and accompanied by some code so I didn't really need a MRE this time. You're welcome, thanks for using...
@panosru Yeah I agree Heck you could even do: ```java deTable.getSelectionModel().selectionProperty().isEmpty(); ```
Can you share a minimal reproducible example please?
@McFoggy Any news on this issue?
Also, new JavaFX versions (9+) seems to have introduced a regression. In JavaFX 8 I was able to change the user agent stylesheet and then call reapplyCss() or impl_reapplyCss() and...
Sorry I thought it might be a useful information. No, it's not related to CSSFX, it's related to this change JDK-8088253, reverting that commit fixes the problem, I'm testing it...
The only way is to increase the height of all cells The current VirtualFlow doesn't support cells with variable height