Re: Building Openjfx on Centos 6.6

2015-01-02 Thread David Hill
On 1/1/15, 12:18 PM, Jens Kapitza wrote: Am 30.12.2014 um 14:16 schrieb Nick Pratt: Ok, I setup a fresh Ubuntu 12.0.4 server install on a VM (32 bit this time), installed Gradle 1.8, Oracle JDK 1.8u25 (x86 version, removed the existing jfxrt.jar), grabbed all the latest OpenJFX source and

Re: NPE in VirtualFlow

2015-01-02 Thread Mario Ivankovits
Thanks! I’ve created the issue for this https://javafx-jira.kenai.com/browse/RT-39752 and will try to create a test case in the next few days. Best regards, Mario Am 02.01.2015 um 22:18 schrieb Chien Yang chien.y...@oracle.commailto:chien.y...@oracle.com: The closest I can find that is

Re: NPE in VirtualFlow

2015-01-02 Thread Chien Yang
The closest I can find that is somewhat related to TableView and NPE, but not exactly the same issue is the following JIRA: https://javafx-jira.kenai.com/browse/RT-39624 Please file a JIRA once you have a reproducible test case ready. Here is a link on how to file a bug report with us:

Re: TitledPane background color

2015-01-02 Thread Moises Chicharro
titled-pane .content { -fx-background-color: green; } Cheers, Mo On 25 Dec 2014, at 23:13, Peter Penzov peter.pen...@gmail.com wrote: Hi All, I have a question how to change TitledPane background color. I tested this code: public class MainApp extends Application { @Override

Re: 3D shape not clipped by ScrollPane properly?

2015-01-02 Thread Chien Yang
We haven't specified the semantic of Clip on 3D primitive and it is currently a NOP. - Chien On 12/29/2014 3:28 PM, Mike Hearn wrote: I have a ScrollPane into which I put a Pane with a min width/height, and then I place a Button and a Sphere. For both of them I use setLayoutX/Y to move them