hg: openjfx/8/controls/rt: RT-31100: LCD text not rendering on cached node unless background is set

2013-09-17 Thread hang . vo
Changeset: 50a4af3f8b03 Author:jgiles Date: 2013-09-18 12:56 +1200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/50a4af3f8b03 RT-31100: LCD text not rendering on cached node unless background is set Contributed-by: jasper Reviewed-by: felipe, jgiles ! modules/controls/

hg: openjfx/8/graphics/rt: ECLIPSE: work around Eclipse jdk8 compiler problem (reviewed by steve)

2013-09-17 Thread hang . vo
Changeset: bd45200f433e Author:Felipe Heidrich Date: 2013-09-17 14:33 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/bd45200f433e ECLIPSE: work around Eclipse jdk8 compiler problem (reviewed by steve) ! modules/graphics/src/main/java/javafx/scene/CssStyleHelper.jav

Re: Hovering and Tooltips are exclusive?

2013-09-17 Thread Pedro Duque Vieira
*Ops forgot to reply to all...* Hi Richard, I don't think their is such an issue (not totally sure). Hence the more or less related issue that was created by Pavel. Thanks, best regards, On Wed, Sep 18, 2013 at 12:30 AM, Pedro Duque Vieira < pedro.duquevie...@gmail.com> wrote: > Hi Richard, >

Re: Hovering and Tooltips are exclusive?

2013-09-17 Thread Richard Bair
> Another question I'd like to ask about tooltip is why is it not derived > from Node? I don't remember the history off hand, but I think the issue was that much of the Node contract it couldn't implement (maybe because in reality it was a popup window, not a Node), and so instead of lying about

hg: openjfx/8/graphics/rt: [TOOLS] GLTrace: add missing extension on Mac OS X

2013-09-17 Thread hang . vo
Changeset: de07d648c326 Author:Oleg Mazurov Date: 2013-09-17 14:34 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/de07d648c326 [TOOLS] GLTrace: add missing extension on Mac OS X ! tools/gltrace/gles.c ! tools/gltrace/retrace.c

Re: Hovering and Tooltips are exclusive?

2013-09-17 Thread Pedro Duque Vieira
Another question I'd like to ask about tooltip is why is it not derived from Node? A related issue is, I would like to be able to call setMouseTransparent(true). I think that would be of value. Most times I want the tooltip to be just an information popup that doesn't mess, by grabbing mouse event

hg: openjfx/8/graphics/rt: RT-19158: swt: Evaluate TODOs in code, either removing or filing issues as appropriate

2013-09-17 Thread hang . vo
Changeset: 572ef03924a4 Author:snorthov Date: 2013-09-17 14:37 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/572ef03924a4 RT-19158: swt: Evaluate TODOs in code, either removing or filing issues as appropriate Summary: Comment changes only Reviewed-by: n/a Contribu

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

2013-09-17 Thread hang . vo
Changeset: 52f7abe54d41 Author:mhowe Date: 2013-09-06 13:22 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/52f7abe54d41 RT-32070: javafxpackager.exe fails to run on Windows 7 [ngthomas, krushforth] ! build.gradle Changeset: 1f9bb8fd4c51 Author:ngthomas Date:

hg: openjfx/8/graphics/rt: RT-32987: System tests do not use the built jfxrt.jar

2013-09-17 Thread hang . vo
Changeset: 9d9089584413 Author:kcr Date: 2013-09-17 08:59 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9d9089584413 RT-32987: System tests do not use the built jfxrt.jar Reviewed-by: ckyang ! build.gradle

Re: Make SubScene Resizable (RT-31377)

2013-09-17 Thread Richard Bair
Personally I wish that it were possible to use pattern #2 with Rectangle, ImageView, and a bunch of others as well. Anything that *could* be resizable should have an option to be resizable. Heck, I wish it were possible to turn resizable on/off dynamically for SubScene or the others, not just an

RE: Make SubScene Resizable (RT-31377)

2013-09-17 Thread Claus Luethje
+1 -Original Message- From: openjfx-dev-boun...@openjdk.java.net [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of Kevin Rushforth Sent: Dienstag, 17. September 2013 14:41 To: Pavel Safrata Cc: openjfx-dev@openjdk.java.net Subject: Re: Make SubScene Resizable (RT-31377) I like #

Re: Make SubScene Resizable (RT-31377)

2013-09-17 Thread Kevin Rushforth
I like #2 for the ease of use. -- Kevin Pavel Safrata wrote: Hello, we want to make SubScene resizable (reporting min/pref/max sizes according to its root) for it to behave nicely when placed in layout ( https://javafx-jira.kenai.com/browse/RT-31377 ). For the main driver of SubScene's exis

hg: openjfx/8/graphics/rt: SW pipeline: fix for texture coordinats that are out of bounds (RT-32263)

2013-09-17 Thread hang . vo
Changeset: 7ae5b615f1f8 Author:Martin Soch Date: 2013-09-17 14:27 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7ae5b615f1f8 SW pipeline: fix for texture coordinats that are out of bounds (RT-32263) ! modules/graphics/src/main/java/com/sun/prism/sw/SWGraphics.jav

hg: openjfx/8/graphics/rt: RT-32900: SWTError Cannot initialize Drop

2013-09-17 Thread hang . vo
Changeset: 072ea302771c Author:snorthov Date: 2013-09-17 07:50 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/072ea302771c RT-32900: SWTError Cannot initialize Drop Summary: SWT does not allow two drop targets to be created on the same widget Reviewed-by: antar Cont

Playing media and having running animations concurrently?

2013-09-17 Thread John C. Turnbull
Are there any threading issues regarding paying an audio clip with MediaPlayer (a WAV file) and having a number of animations happening concurrently? I am finding that my JavaFX application can play the WAV file just fine when I start the application but as soon as I kick-off a series of animation

hg: openjfx/8/graphics/rt: RT-30932: JFXPanel renders insufficeintly on resize

2013-09-17 Thread hang . vo
Changeset: 4578d63378b3 Author:ant Date: 2013-09-17 12:50 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/4578d63378b3 RT-30932: JFXPanel renders insufficeintly on resize Reviewed-by: snorthov, kcr ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/Embedded

hg: openjfx/8/graphics/rt: RT-32977 3DViewer gets fatal exception in FXMLLoader on startup

2013-09-17 Thread hang . vo
Changeset: e2d8548b49aa Author:Martin Sladecek Date: 2013-09-17 10:36 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/e2d8548b49aa RT-32977 3DViewer gets fatal exception in FXMLLoader on startup Reviewed-by:ekrejcir ! modules/fxml/src/main/java/javafx/fxml/FXMLLoad

Make SubScene Resizable (RT-31377)

2013-09-17 Thread Pavel Safrata
Hello, we want to make SubScene resizable (reporting min/pref/max sizes according to its root) for it to behave nicely when placed in layout ( https://javafx-jira.kenai.com/browse/RT-31377 ). For the main driver of SubScene's existence - 2D overlays over 3D content - this makes perfect sense.