Re: Heads up... changing the rt/build/*sdk/ directory

2014-02-18 Thread Kelemen Attila
Last time I have tried, the NB plugin worked fine (though you will need Gradle 1.9 or later) as far as I could determine it. The only thing needed to be changed is to have a build.gradle for each project because NB needs a way to quickly determine if a folder is a project folder or not. I will try

-fx-background

2014-02-18 Thread Pedro Duque Vieira
Hi, Inside the javafx sdk in modena.css I see this property -fx-background being used several times. This is not documented in the css document for javafx8: http://download.java.net/jdk8/jfxdocs/javafx/scene/doc-files/cssref.html#cell What does it do? Thanks in advance, -- Pedro Duque Vieira

Re: -fx-background

2014-02-18 Thread Pedro Duque Vieira
I found out what it is.. sorry if I made anyone waist there time. It is a css variable that is being defined and not a css property. Perhaps having some convention of starting variables differently than -fx- would make tracking down which ones are variables and which ones are css properties

Review for RT-35535 - better provide for embedded font fallback

2014-02-18 Thread David Hill
Hi all, I have a review request for Jira: https://javafx-jira.kenai.com/browse/RT-35535 Webrev: http://cr.openjdk.java.net/~ddhill/RT-35535/ This change is to support certain embedded cases where Linux does not have FontConfig installed (usually to save overhead). For this case we

Re: OpenJFX Lambda Day, Feb 25th 2014

2014-02-18 Thread Martin Sladecek
Looks good, please file the request into JIRA, so it won't get lost. Thanks, -Martin On 02/18/2014 06:25 PM, anton nashatyrev wrote: Hello All, I'd like to add my 2 cents to lambdafication of JavaFX: Recently I was working on a fix in the JFX and used convenient JFX beans feature -

Re: -fx-background

2014-02-18 Thread Tom Schindl
Right - this would help tools as well because currently it is a bit hard to identify them - problem is that current names can not be changed. At least having a (structured) documentation above variables would certainly help! Tom On 19.02.14 01:18, Pedro Duque Vieira wrote: I found out what it