bugfix mode

Werner Lehmann lehmann at media-interactive.de
Sun Oct 20 15:01:07 PDT 2013


Hi Tom,

I am also getting lots of these on 2.2.40. For example, running my 
otherwise unchanged backport of the ControlsFX property sheet creates 
those. There are some tickets filed not all of which are resolved. And 
of course this is resolved as in FX8+-resolved, so I don't really know 
what to do with it for 2.2. Fortunately, the situation is much much 
worse in my test application. On the real thing I get none, or only a few.

Just last week we got these warnings because CSS values could not be 
resolved although they were defined in the same stylesheet. I guess that 
is similar to caspian. This is how the stylesheet looked like:

.root {
   color1: ...
   ...
}

.somestyleclass {
   -fx-background-color: color1;
   ...
}

It would complain about not being able to resolve color1 - while still 
showing the correct result eventually. As a workaround we could move the 
.root section to another "default" stylesheet which was added earlier to 
the scene. I am still unsure about the official way to implement an 
application-wide default stylesheet on FX2. So I am just adding it 
manually to all my scenes.

Werner

On 19.10.2013 09:00, Tom Eugelink wrote:
> I am seeing these warnings when starting JFXtras CalendarPicker using
> JDK 1.7.0_45. There is not much information to go on. Is there any
> way to git more information?


More information about the openjfx-dev mailing list