hg: openjfx/8/graphics/rt: [RT-33771] Lens:FXML-LoginDemo throws java.lang.RuntimeException: Platform reported wrong touch point ID

2013-11-03 Thread hang . vo
Changeset: fbb8a4ffac02
Author:Assaf Yavani
Date:  2013-11-03 15:41 +0200
URL:   http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/fbb8a4ffac02

[RT-33771] Lens:FXML-LoginDemo throws java.lang.RuntimeException: Platform 
reported wrong touch point ID

Summary: This was caused when touch sequence was started outside a window, the 
press notifications are lost, as there is no window to sent the notifications 
to, and when the touch event go over a window the first touch event its get is 
MOVE|STILL|RELEASE without a press, resulting in the exception been thrown

Fixed by adding the following roles when a touch event is first needed to be 
sent to a window:
1)convert MOVE | STILL  PRESSED
2)RELEASE - discard
3)PRESSED - do nothing

Tested-by: Tested with: HelloSanity, HelloDragAndDrop, LinuxInputTests (added 
new test - DragTouchInAndOutAwindow)

Reviewed-by:  dblaukop ddhill

! modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c
! modules/graphics/src/main/native-glass/lens/wm/LensWindowManager.c



SceneBuilder 2 and OS X

2013-11-03 Thread Sven Reimers
Why is not available at the moment?

Thanks for clarification..

-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
* Leader JUG Bodensee: http://www.jug-bodensee.de
* Duke's Choice Award Winner 2009

* 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: SceneBuilder 2 and OS X

2013-11-03 Thread Sven Reimers
I just read the release notes as well and was not sure if this was the
reason - if it is - fine with me

-Sven


On Sun, Nov 3, 2013 at 10:01 PM, Jonathan Giles
jonathan.gi...@oracle.comwrote:

 From what I read online there were build issues with the Mac build.
 Rather than delay all releases until the mac build was resolved, just
 the Mac release was delayed until it could have its build problems
 resolved. I'm sure the Mac build will come out asap.

 -- Jonathan

 On 4/11/2013 9:55 a.m., Sven Reimers wrote:
  Why is not available at the moment?
 
  Thanks for clarification..
 
  -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


hg: openjfx/8/graphics/rt: 2 new changesets

2013-11-03 Thread hang . vo
Changeset: 853673edfc9f
Author:Martin Sladecek martin.slade...@oracle.com
Date:  2013-11-04 08:16 +0100
URL:   http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/853673edfc9f

RT-33949 Scroll bar thumb doesn't work on touch interface
Reviewed-by: jgiles

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/VirtualFlow.java

Changeset: 4a8fba6d5627
Author:Martin Sladecek martin.slade...@oracle.com
Date:  2013-11-04 08:17 +0100
URL:   http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/4a8fba6d5627

RT-28423 com.sun.javafx.charts.Legend fails to layout properly for small layout 
areas
Reviewed-by: jgiles, psomashe

! modules/controls/src/main/java/com/sun/javafx/charts/Legend.java