Changes in caspian.bss

2013-09-14 Thread Peter Penzov
Hi,
 I tried to implement my own version of example from jfxtras -
BigDecimalField. I copied all java files and css code successfully but when
I run the code I get these errors:



IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
lookups for '-fx-background-color' from rule '*.big-decimal-field' in
stylesheet
file:/D:/Users/pterzie/Desktop/DX-57DC/target/classes/styles/BigDecimalField.css
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
lookups for '-fx-background-color' from rule '*.text-field' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-inner-color' while resolving lookups
for '-fx-highlight-text-fill' from rule '*.text-input' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-inner-color' while resolving lookups
for '-fx-text-fill' from rule '*.text-field' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-control-inner-background' while resolving
lookups for '-fx-highlight-fill' from rule '*.text-input' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-control-inner-background' while resolving
lookups for '-fx-prompt-text-fill' from rule '*.text-field' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-box-border' while resolving lookups
for '-fx-background-color' from rule '*.big-decimal-field *.arrow-button'
in stylesheet
file:/D:/Users/pterzie/Desktop/DX-57DC/target/classes/styles/BigDecimalField.css
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-control-inner-background' while resolving
lookups for '-fx-background-color' from rule
'*.tab-pane*.tab-content-area' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-background-color' while resolving
lookups for '-fx-text-fill' from rule '*.label' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-background-color' while resolving
lookups for '-fx-text-fill' from rule '*.label' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
lookups for '-fx-background-color' from rule '*.combo-box-base' in
stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-outer-border' while resolving lookups for
'-fx-background-color' from rule '*.combo-box-base*.arrow-button' in
stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-mark-highlight-color' while resolving
lookups for '-fx-background-color' from rule
'*.combo-box-base*.arrow-button*.arrow' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-box-border' while resolving lookups for
'-fx-background-color' from rule '*.list-view' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-box-border' while resolving lookups for
'-fx-background-color' from rule '*.scroll-bar:vertical' in stylesheet

Re: Changes in caspian.bss

2013-09-14 Thread Tom Eugelink


On JavaFX 8.0 we're getting all kind of CSS warnings when running the JFXtras 
8.0 project. I personally am waiting for JFX8 to stabilize before trying to 
figure out what is going on exactly. I do not notice any (visual) problems 
though.


On 2013-09-14 12:32, Peter Penzov wrote:

Hi,
  I tried to implement my own version of example from jfxtras -
BigDecimalField. I copied all java files and css code successfully but when
I run the code I get these errors:



IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
lookups for '-fx-background-color' from rule '*.big-decimal-field' in
stylesheet
file:/D:/Users/pterzie/Desktop/DX-57DC/target/classes/styles/BigDecimalField.css
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
lookups for '-fx-background-color' from rule '*.text-field' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-inner-color' while resolving lookups
for '-fx-highlight-text-fill' from rule '*.text-input' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-inner-color' while resolving lookups
for '-fx-text-fill' from rule '*.text-field' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-control-inner-background' while resolving
lookups for '-fx-highlight-fill' from rule '*.text-input' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-control-inner-background' while resolving
lookups for '-fx-prompt-text-fill' from rule '*.text-field' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-box-border' while resolving lookups
for '-fx-background-color' from rule '*.big-decimal-field *.arrow-button'
in stylesheet
file:/D:/Users/pterzie/Desktop/DX-57DC/target/classes/styles/BigDecimalField.css
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-control-inner-background' while resolving
lookups for '-fx-background-color' from rule
'*.tab-pane*.tab-content-area' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-background-color' while resolving
lookups for '-fx-text-fill' from rule '*.label' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-background-color' while resolving
lookups for '-fx-text-fill' from rule '*.label' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
lookups for '-fx-background-color' from rule '*.combo-box-base' in
stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-outer-border' while resolving lookups for
'-fx-background-color' from rule '*.combo-box-base*.arrow-button' in
stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-mark-highlight-color' while resolving
lookups for '-fx-background-color' from rule
'*.combo-box-base*.arrow-button*.arrow' in stylesheet
jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-box-border' while resolving lookups for
'-fx-background-color' from rule '*.list-view' in stylesheet

Re: Changes in caspian.bss

2013-09-14 Thread Peter Penzov
Thank you for the reply!

How I can disable these warnings when I run the code in Netbeans?


On Sat, Sep 14, 2013 at 2:26 PM, Tom Eugelink t...@tbee.org wrote:


 On JavaFX 8.0 we're getting all kind of CSS warnings when running the
 JFXtras 8.0 project. I personally am waiting for JFX8 to stabilize before
 trying to figure out what is going on exactly. I do not notice any (visual)
 problems though.



 On 2013-09-14 12:32, Peter Penzov wrote:

 Hi,
   I tried to implement my own version of example from jfxtras -
 BigDecimalField. I copied all java files and css code successfully but
 when
 I run the code I get these errors:



 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
 lookups for '-fx-background-color' from rule '*.big-decimal-field' in
 stylesheet
 file:/D:/Users/pterzie/**Desktop/DX-57DC/target/**classes/styles/**
 BigDecimalField.css
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
 lookups for '-fx-background-color' from rule '*.text-field' in stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-inner-color' while resolving lookups
 for '-fx-highlight-text-fill' from rule '*.text-input' in stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-inner-color' while resolving lookups
 for '-fx-text-fill' from rule '*.text-field' in stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-control-inner-background' while resolving
 lookups for '-fx-highlight-fill' from rule '*.text-input' in stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-control-inner-background' while resolving
 lookups for '-fx-prompt-text-fill' from rule '*.text-field' in stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-box-border' while resolving lookups
 for '-fx-background-color' from rule '*.big-decimal-field *.arrow-button'
 in stylesheet
 file:/D:/Users/pterzie/**Desktop/DX-57DC/target/**classes/styles/**
 BigDecimalField.css
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-control-inner-background' while resolving
 lookups for '-fx-background-color' from rule
 '*.tab-pane*.tab-content-**area' in stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-background-color' while resolving
 lookups for '-fx-text-fill' from rule '*.label' in stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-background-color' while resolving
 lookups for '-fx-text-fill' from rule '*.label' in stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
 lookups for '-fx-background-color' from rule '*.combo-box-base' in
 stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-outer-border' while resolving lookups for
 '-fx-background-color' from rule '*.combo-box-base*.arrow-**button' in
 stylesheet
 jar:file:/C:/Program%20Files/**Java/jdk1.8.0/jre/lib/ext/**
 jfxrt.jar!/com/sun/javafx/**scene/control/skin/caspian/**caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-mark-highlight-color' while resolving
 lookups for '-fx-background-color' from rule
 '*.combo-box-base*.arrow-**button*.arrow' in stylesheet
 

Re: Changes in caspian.bss

2013-09-14 Thread David Grieve
This is (or should be) RT-32839, which is fixed in 8.0 and should make its way 
into next week's promotion. 

On Sep 14, 2013, at 7:26 AM, Tom Eugelink t...@tbee.org wrote:

 
 On JavaFX 8.0 we're getting all kind of CSS warnings when running the JFXtras 
 8.0 project. I personally am waiting for JFX8 to stabilize before trying to 
 figure out what is going on exactly. I do not notice any (visual) problems 
 though.
 
 
 On 2013-09-14 12:32, Peter Penzov wrote:
 Hi,
  I tried to implement my own version of example from jfxtras -
 BigDecimalField. I copied all java files and css code successfully but when
 I run the code I get these errors:
 
 
 
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
 lookups for '-fx-background-color' from rule '*.big-decimal-field' in
 stylesheet
 file:/D:/Users/pterzie/Desktop/DX-57DC/target/classes/styles/BigDecimalField.css
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
 lookups for '-fx-background-color' from rule '*.text-field' in stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-inner-color' while resolving lookups
 for '-fx-highlight-text-fill' from rule '*.text-input' in stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-inner-color' while resolving lookups
 for '-fx-text-fill' from rule '*.text-field' in stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-control-inner-background' while resolving
 lookups for '-fx-highlight-fill' from rule '*.text-input' in stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-control-inner-background' while resolving
 lookups for '-fx-prompt-text-fill' from rule '*.text-field' in stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-box-border' while resolving lookups
 for '-fx-background-color' from rule '*.big-decimal-field *.arrow-button'
 in stylesheet
 file:/D:/Users/pterzie/Desktop/DX-57DC/target/classes/styles/BigDecimalField.css
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-control-inner-background' while resolving
 lookups for '-fx-background-color' from rule
 '*.tab-pane*.tab-content-area' in stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-background-color' while resolving
 lookups for '-fx-text-fill' from rule '*.label' in stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-text-background-color' while resolving
 lookups for '-fx-text-fill' from rule '*.label' in stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving
 lookups for '-fx-background-color' from rule '*.combo-box-base' in
 stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-outer-border' while resolving lookups for
 '-fx-background-color' from rule '*.combo-box-base*.arrow-button' in
 stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 1:29:54 PM javafx.scene.CssStyleHelper calculateValue
 WARNING: Could not resolve '-fx-mark-highlight-color' while resolving
 lookups for '-fx-background-color' from rule
 '*.combo-box-base*.arrow-button*.arrow' in stylesheet
 jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
 IX 14, 2013 

Hovering and Tooltips are exclusive?

2013-09-14 Thread Sven Reimers
Hi,

pereparing a nice demo I added a special style for hovering too my shapes
as well as a tooltip.

If I know move the mouse into the shape the hover style is shown and after
a short pause the tooltip is shown, but hovering is then switched of. After
the tooltip is hidden, hover style is once again applied to my shape.

So the question is - is it specified that showing the tooltip switches off
hovering?

Thanks

-Sven

-- 
Sven Reimers

* Senior Expert Software Architect
* NetBeans Dream Team Member: http://dreamteam.netbeans.org
* Community Leader  NetBeans: http://community.java.net/netbeans
  Desktop Java:
http://community.java.net/javadesktop
* Duke's Choice Award Winner 2009
* Blog: http://nbguru.blogspot.com

* XING: https://www.xing.com/profile/Sven_Reimers8
* LinkedIn: http://www.linkedin.com/in/svenreimers

Join the NetBeans Groups:
* XING: http://www.xing.com/group-20148.82db20
* NUGM: http://haug-server.dyndns.org/display/NUGM/Home
* LinkedIn: http://www.linkedin.com/groups?gid=1860468
   http://www.linkedin.com/groups?gid=107402
   http://www.linkedin.com/groups?gid=1684717
* Oracle: https://mix.oracle.com/groups/18497


RE: Hovering and Tooltips are exclusive?

2013-09-14 Thread Pedro Duque Vieira
Hi,

I have discussed this previously (months ago) with the javafx team,
including John Smith and a JavaFX team member, in this mailing list, I
think we all agreed this should be changed.
Unfortunately nothing seems to have come from this. I think there is a
communication problem in this mailing list. At least for me, about more
than 1/2 of my messages get ignored or nothing comes out of them.

Right now the tooltip shows up right below the mouse which issues a mouse
exited and disables mouse hover on the node in question which on a couple
of cases isn't the desired effect.

Thanks, best regards,

Hi,
 pereparing a nice demo I added a special style for hovering too my shapes
 as well as a tooltip.
 If I know move the mouse into the shape the hover style is shown and after
 a short pause the tooltip is shown, but hovering is then switched of. After
 the tooltip is hidden, hover style is once again applied to my shape.
 So the question is - is it specified that showing the tooltip switches off
 hovering?
 Thanks
 -Sven

--
 Sven Reimers
 * Senior Expert Software Architect
 * NetBeans Dream Team Member: http://dreamteam.netbeans.org
 * Community Leader  NetBeans: http://community.java.net/netbeans
   Desktop Java:
 http://community.java.net/javadesktop
 * Duke's Choice Award Winner 2009
 * Blog: http://nbguru.blogspot.com
 * XING: https://www.xing.com/profile/Sven_Reimers8
 * LinkedIn: http://www.linkedin.com/in/svenreimers
 Join the NetBeans Groups:
 * XING: http://www.xing.com/group-20148.82db20
 * NUGM: http://haug-server.dyndns.org/display/NUGM/Home
 * LinkedIn: http://www.linkedin.com/groups?gid=1860468
http://www.linkedin.com/groups?gid=107402
http://www.linkedin.com/groups?gid=1684717
 * Oracle: https://mix.oracle.com/groups/18497

-- 
Pedro Duque Vieira


Re: Hovering and Tooltips are exclusive?

2013-09-14 Thread Sven Reimers
Did you file a JIRA?

Thanks

-Sven


On Sat, Sep 14, 2013 at 9:21 PM, Pedro Duque Vieira 
pedro.duquevie...@gmail.com wrote:

 Hi,

 I have discussed this previously (months ago) with the javafx team,
 including John Smith and a JavaFX team member, in this mailing list, I
 think we all agreed this should be changed.
 Unfortunately nothing seems to have come from this. I think there is a
 communication problem in this mailing list. At least for me, about more
 than 1/2 of my messages get ignored or nothing comes out of them.

 Right now the tooltip shows up right below the mouse which issues a mouse
 exited and disables mouse hover on the node in question which on a couple
 of cases isn't the desired effect.

 Thanks, best regards,

 Hi,
  pereparing a nice demo I added a special style for hovering too my shapes
  as well as a tooltip.
  If I know move the mouse into the shape the hover style is shown and
 after
  a short pause the tooltip is shown, but hovering is then switched of.
 After
  the tooltip is hidden, hover style is once again applied to my shape.
  So the question is - is it specified that showing the tooltip switches
 off
  hovering?
  Thanks
  -Sven

 --
  Sven Reimers
  * Senior Expert Software Architect
  * NetBeans Dream Team Member: http://dreamteam.netbeans.org
  * Community Leader  NetBeans: http://community.java.net/netbeans
Desktop Java:
  http://community.java.net/javadesktop
  * Duke's Choice Award Winner 2009
  * Blog: http://nbguru.blogspot.com
  * XING: https://www.xing.com/profile/Sven_Reimers8
  * LinkedIn: http://www.linkedin.com/in/svenreimers
  Join the NetBeans Groups:
  * XING: http://www.xing.com/group-20148.82db20
  * NUGM: http://haug-server.dyndns.org/display/NUGM/Home
  * LinkedIn: http://www.linkedin.com/groups?gid=1860468
 http://www.linkedin.com/groups?gid=107402
 http://www.linkedin.com/groups?gid=1684717
  * Oracle: https://mix.oracle.com/groups/18497

 --
 Pedro Duque Vieira




-- 
Sven Reimers

* Senior Expert Software Architect
* NetBeans Dream Team Member: http://dreamteam.netbeans.org
* Community Leader  NetBeans: http://community.java.net/netbeans
  Desktop Java:
http://community.java.net/javadesktop
* Duke's Choice Award Winner 2009
* Blog: http://nbguru.blogspot.com

* XING: https://www.xing.com/profile/Sven_Reimers8
* LinkedIn: http://www.linkedin.com/in/svenreimers

Join the NetBeans Groups:
* XING: http://www.xing.com/group-20148.82db20
* NUGM: http://haug-server.dyndns.org/display/NUGM/Home
* LinkedIn: http://www.linkedin.com/groups?gid=1860468
   http://www.linkedin.com/groups?gid=107402
   http://www.linkedin.com/groups?gid=1684717
* Oracle: https://mix.oracle.com/groups/18497


hg: openjfx/8/graphics/rt: RT-32941: Press-Drag-Release gesture broken on touch devices on Embedded and dragged objects jitter badly

2013-09-14 Thread hang . vo
Changeset: f9adff4f9ce6
Author:rbair
Date:  2013-09-14 15:44 -0700
URL:   http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/f9adff4f9ce6

RT-32941: Press-Drag-Release gesture broken on touch devices on Embedded and 
dragged objects jitter badly
Reviewed-by: dblaukop

! modules/graphics/src/main/java/com/sun/glass/ui/lens/LensApplication.java



hg: openjfx/8/graphics/rt: [DOC ONLY] minor typo fix

2013-09-14 Thread hang . vo
Changeset: 33eb102d8bf7
Author:rbair
Date:  2013-09-14 15:51 -0700
URL:   http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/33eb102d8bf7

[DOC ONLY] minor typo fix

! modules/graphics/src/main/java/com/sun/glass/ui/lens/LensApplication.java



hg: openjfx/8/graphics/rt: RT-32957: CacheHint.SPEED is not used by CacheFilter

2013-09-14 Thread hang . vo
Changeset: b19b611b5a0a
Author:rbair
Date:  2013-09-14 16:16 -0700
URL:   http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b19b611b5a0a

RT-32957: CacheHint.SPEED is not used by CacheFilter
Reviewed-by: dblaukop

! modules/graphics/src/main/java/com/sun/javafx/sg/prism/CacheFilter.java
! modules/graphics/src/main/java/javafx/scene/CacheHint.java
+ modules/graphics/src/test/java/com/sun/javafx/sg/prism/CacheFilterTest.java



hg: openjfx/8/graphics/rt: 3DViewer : modified the Drop Here default OBJ to be 25 times larger, and switched the MainController to use the larger default OBJ

2013-09-14 Thread hang . vo
Changeset: d7b521ca2c14
Author:John Yoon john.y...@oracle.com
Date:  2013-09-14 18:44 -0700
URL:   http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/d7b521ca2c14

3DViewer : modified the Drop Here default OBJ to be 25 times larger, and 
switched the MainController to use the larger default OBJ

! 
apps/experiments/3DViewer/src/main/java/com/javafx/experiments/jfx3dviewer/MainController.java
+ 
apps/experiments/3DViewer/src/main/resources/com/javafx/experiments/jfx3dviewer/drop-here-large.mtl
+ 
apps/experiments/3DViewer/src/main/resources/com/javafx/experiments/jfx3dviewer/drop-here-large.obj