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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>
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
22 matches
Mail list logo