hg: openjfx/8u-dev/rt: RT-37961 [ScrollPane] Connecting a ScrollPane to a scenegraph reset hvalue / vvalue (cont'd)

2014-07-23 Thread martin . sladecek
Changeset: 21ac79f2feca Author:Martin Sladecek Date: 2014-07-24 08:48 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/21ac79f2feca RT-37961 [ScrollPane] Connecting a ScrollPane to a scenegraph reset hvalue / vvalue (cont'd) Reviewed by: jgiles ! modules/controls/src/

hg: openjfx/8u-dev/rt: RT-37923 [TableView] TableColumns are not garbage collected

2014-07-23 Thread martin . sladecek
Changeset: a55da2de478e Author:Martin Sladecek Date: 2014-07-24 08:45 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a55da2de478e RT-37923 [TableView] TableColumns are not garbage collected Reviewed by: jgiles ! modules/controls/src/main/java/com/sun/javafx/scene/con

[REVIEW REQUEST] RT-37039: Provide missing convenience constructors to controls classes

2014-07-23 Thread Jonathan Giles
Hi all, One thing I'm keen to get into JavaFX is a few convenience constructors for UI controls, primarily related to varargs constructors for passing in things like a varargs of tabs into a TabPane, table columns into a TableView, etc. I've posted a patch of a few proposed improvements to RT

hg: openjfx/8u-dev/rt: Fix RT-37945: NPE in SWGraphics on Canvas demos in SW pipe

2014-07-23 Thread james . graham
Changeset: ef9abc1f328a Author:flar Date: 2014-07-23 19:36 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ef9abc1f328a Fix RT-37945: NPE in SWGraphics on Canvas demos in SW pipe Reviewed by: kcr, chien ! modules/graphics/src/main/java/com/sun/prism/sw/SWGraphics.java

hg: openjfx/8u-dev/rt: Modena Test App - Made sections drop down menu alphabetically sorted

2014-07-23 Thread jasper . potts
Changeset: e8ef717f8654 Author:"Jasper Potts" Date: 2014-07-23 16:49 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e8ef717f8654 Modena Test App - Made sections drop down menu alphabetically sorted ! apps/samples/Modena/src/main/java/modena/SamplePageNavigation.java

Re: 8u40 review (and test) request for RT-37945: NPEs for Canvas apps on SW pipeline

2014-07-23 Thread Kevin Rushforth
I'll review it shortly. > Is there an easy way to test the SW pipeline without having to universally modify run-* script variables? You can remove or rename prism-d3d.dll from both your JRE and your FX runtime so it won't find it and will fall back to SW. Or you can go into PrismSettings.jav

8u40 review (and test) request for RT-37945: NPEs for Canvas apps on SW pipeline

2014-07-23 Thread Jim Graham
webrev: http://cr.openjdk.java.net/~flar/RT-37945/webrev.00/ Jira: https://javafx-jira.kenai.com/browse/RT-37945 I tested with toys/CanvasTest/run-bitmap and run-vector modifying the build.xml to run them with the SW pipeline. I also ran "gradle test" and it completed, but it wouldn't have run

hg: openjfx/8u-dev/rt: RT-37925: [Accessibility] Make Spinner accessible

2014-07-23 Thread felipe . heidrich
Changeset: 2c22277314de Author:Felipe Heidrich Date: 2014-07-23 15:48 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2c22277314de RT-37925: [Accessibility] Make Spinner accessible ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/SpinnerSkin.java ! m

hg: openjfx/8u-dev/rt: [formatting] no new line at the end fo file make tools unhappy (webrev for example)

2014-07-23 Thread felipe . heidrich
Changeset: c6fb52b57550 Author:Felipe Heidrich Date: 2014-07-23 13:34 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c6fb52b57550 [formatting] no new line at the end fo file make tools unhappy (webrev for example) ! modules/controls/src/main/java/javafx/scene/control

hg: openjfx/8u-dev/rt: [Accessibility] Fix column names on Mac Yosimite

2014-07-23 Thread felipe . heidrich
Changeset: e316ee0f0b41 Author:Felipe Heidrich Date: 2014-07-23 11:25 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e316ee0f0b41 [Accessibility] Fix column names on Mac Yosimite ! modules/graphics/src/main/java/com/sun/glass/ui/mac/MacAccessible.java

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Fix (cont'd) for DTL-6719: Suggested Style Class Menu not alphabetically ordered

2014-07-23 Thread jerome . cambon
Changeset: 8cdd9a23b6e6 Author:Jerome Cambon Date: 2014-07-23 17:43 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8cdd9a23b6e6 [SCENEBUILDER] Fix (cont'd) for DTL-6719: Suggested Style Class Menu not alphabetically ordered ! apps/scenebuilder/SceneBuilderKit/src/com

Re: ANGLE - Translating OpenGL ES 2 code to DirectX?

2014-07-23 Thread Robert Krüger
Yes, it's exactly the same here (basically the same use case, i.e. high performance video playback). I guess it's different for the guys wanting to reuse their tons of GL code. On Wed, Jul 23, 2014 at 1:23 PM, Scott Palmer wrote: > If I'm resorting to native code I care a lot less about it being

Re: Mirrored observable collections

2014-07-23 Thread Mike Hearn
Yes createStringBinding helps but is verbose and repetitive. format() requires the formatting to be specifiable with format codes, not Java. What I want is basically bindBidirectional(Property stringProperty, Property otherProperty, StringConverter converter) but with a signature of bind(Propert

JavaFX tuning

2014-07-23 Thread Peter Penzov
Hi, What are the options for JavaFX tuning? For example is it possible to turn off some modules of the framework or some configuration for lowering the memory consumption? BR, Peter

Re: Mirrored observable collections

2014-07-23 Thread Werner Lehmann
Hi, take a look at Bindings.format and Bindings.createStringBinding for that. I use it all the time. Werner On 23.07.2014 13:16, Mike Hearn wrote: Incidentally the lack of a uni-directional string binding utility in JavaFX is really annoying: converting a read only observable value into a st

Making a smaller ComboBox

2014-07-23 Thread Mikael Grev
Hello all! (FYI this question has also been asked here without any correct answers: http://stackoverflow.com/questions/24852429/making-a-smaller-javafx-combobox ) I'm trying to make a smaller version of the ComboBox but the gap between the text and the arrow button is constant no matter what I

hg: openjfx/8u-dev/rt: RT-35126 [Animation] Combinations of transitions don't work as expected (circle should fade in)

2014-07-23 Thread martin . sladecek
Changeset: e248baa75433 Author:Martin Sladecek Date: 2014-07-23 15:47 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e248baa75433 RT-35126 [Animation] Combinations of transitions don't work as expected (circle should fade in) ! modules/graphics/src/main/java/javafx/a

Re: JavaFX embedded (jre 8u6): touch problem (malformed multi touch event)

2014-07-23 Thread Lisa Selle
Hi Prasant, This looks suspiciously related to https://javafx-jira.kenai.com/browse/RT-34296. If so, this bug *should* be fixed in Monocle but it is not (and will not be) fixed in lens. I believe you are building openJFX, correct? If you can try a recent build with the latest Monocle code

Re: Mirrored observable collections

2014-07-23 Thread Tomas Mikula
On Wed, Jul 23, 2014 at 1:16 PM, Mike Hearn wrote: > Thanks Tomas! I'm a big fan of your work and blog. > > I learned about ReactFX after I started writing my current project, seems > like a very useful abstraction indeed, although so far I've found the basic > JFX stuff to be nearly sufficient (a

Re: ANGLE - Translating OpenGL ES 2 code to DirectX?

2014-07-23 Thread Scott Palmer
Another way to get some native visualization (though a different kind perhaps) would be to address some limitations in the media APIs. MediaPlayer needs a mechanism to allow developers to plug in their own codecs. If it played a "stream" of frames generated from whatever JNI code I wished, I cou

Re: ANGLE - Translating OpenGL ES 2 code to DirectX?

2014-07-23 Thread Scott Palmer
If I'm resorting to native code I care a lot less about it being cross-platform (not 100% less, but less). Give me a GLContext on Linux and Mac and whatever DirectX has on Windows. I just want a way to get content generated on the native side to the screen without losing performance. Scott >

Re: Mirrored observable collections

2014-07-23 Thread Mike Hearn
Thanks Tomas! I'm a big fan of your work and blog. I learned about ReactFX after I started writing my current project, seems like a very useful abstraction indeed, although so far I've found the basic JFX stuff to be nearly sufficient (a few more transformers and mirrored observables were so far a