enterNestedEventLoop as public API?

2013-11-12 Thread John Hendrikx
Hi List, Any chance that Toolkit.getToolkit().enterNestedEventLoop() will in the future become public API? I'm currently using this to create Dialogs based on a Pane to avoid creating Stages (which have the nice show and showAndWait functionality). I duplicated this functionality in a Pane,

hg: openjfx/8/graphics/rt: RT-33950: Touch: Text selection using mouse from TextArea causes exception

2013-11-12 Thread hang . vo
Changeset: 026734a0cfa1 Author:leifs Date: 2013-11-12 16:05 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/026734a0cfa1 RT-33950: Touch: Text selection using mouse from TextArea causes exception ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/Te

please review: RT-31517 Scenegraph: bug in SVGPath fill with LinearGradient

2013-11-12 Thread Felipe Heidrich
Hi, Please review: https://javafx-jira.kenai.com/browse/RT-31517 You will find all the information and the patch on the jira. Thanks Felipe

hg: openjfx/8/graphics/rt: Fix for RT-33256: Virtual keybord affects the ColorPicker popup window

2013-11-12 Thread hang . vo
Changeset: 5faf1a0ea511 Author:Elina Kleyman Date: 2013-11-12 18:55 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5faf1a0ea511 Fix for RT-33256: Virtual keybord affects the ColorPicker popup window ! modules/controls/src/main/java/com/sun/javafx/scene/control/ski

RT-34233: D3D_DEBUG_INFO is not defined correctly

2013-11-12 Thread Vadim Pakhnushev
Hi Chien, Kevin, Could you please review this? https://javafx-jira.kenai.com/browse/RT-34233 http://cr.openjdk.java.net/~vadim/RT-34233/webrev.00/ Thanks, Vadim

Re: Build fail: unresolved external symbol mainCRTStartup

2013-11-12 Thread Anthony Petrov
Hi Leonid, I've never been able to build WebKit on my Windows in the past, so I don't know what the problem is. However, could you check what exactly the lib.exe is trying to link? Is it possible to enable some logging for nmake when building JavaScriptCoreJava, so that we actually see the co

Review request: RT-34231: FX3D doesn't work with DirectX debug runtime

2013-11-12 Thread Vadim Pakhnushev
Hi, Could you please review a fix for this: https://javafx-jira.kenai.com/browse/RT-34231 http://cr.openjdk.java.net/~vadim/RT-34231/webrev.00/ Thanks, Vadim

hg: openjfx/8/graphics/rt: [DOC] Fix a typo in a javadoc.

2013-11-12 Thread hang . vo
Changeset: 7aaf7e527ece Author:Anthony Petrov Date: 2013-11-12 19:51 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7aaf7e527ece [DOC] Fix a typo in a javadoc. ! modules/graphics/src/main/java/com/sun/glass/ui/Application.java

hg: openjfx/8/graphics/rt: RT-34174: Gradle build should check the version of JDK, not the java runtime used to run gradle itself

2013-11-12 Thread hang . vo
Changeset: c246cf7b0844 Author:Anthony Petrov Date: 2013-11-12 17:52 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c246cf7b0844 RT-34174: Gradle build should check the version of JDK, not the java runtime used to run gradle itself Reviewed-by: kcr ! build.gradle

Re: Build fail: unresolved external symbol mainCRTStartup

2013-11-12 Thread Leonid Popov
Thanks Kevin, but unfortunately it didn't help. Even having it cleaned completely, the build script still generates 32-bit YarrInterpreter.obj and then fails to link it to a 64-bit library. Still investigating. On 11/11/2013 8:43 PM, Kevin Rushforth wrote: Hi Leonid, Building JavaFX on Window

Re: discussion about touch events

2013-11-12 Thread Assaf Yavnai
Daniel, Pavel , I tend to agree with both of you and also to add some ideas and comments: 1) I think that touch picker and mouse picker should be different implementations used according to origin of event. This means that if application is written to listen only to mouse events and its running

hg: openjfx/8/graphics/rt: [RT-34190] Lens: mouse pointer not always follows the finger when using touch

2013-11-12 Thread hang . vo
Changeset: 0388eab441c0 Author:Assaf Yavani Date: 2013-11-12 12:54 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/0388eab441c0 [RT-34190] Lens: mouse pointer not always follows the finger when using touch Summary: Internal Lens mouse coordinated didn't track correc

Re: discussion about touch events

2013-11-12 Thread Pavel Safrata
(Now my answer using external link) Hello Daniel, this is quite similar to my idea described earlier. The major difference is the "fair division of capture zones" among siblings. It's an interesting idea, let's explore it. What pops first is that children can also overlap. So I think it would

Re: discussion about touch events

2013-11-12 Thread Daniel Blaukopf
(My original message didn't get through to openjfx-dev because I used inline images. I've replaced those images with external links) On Nov 11, 2013, at 11:30 PM, Pavel Safrata > wrote: On 11.11.2013 17:49, Tomas Mikula wrote: On Mon, Nov 11, 2013 at 1:28 PM,

Re: discussion about touch events

2013-11-12 Thread Pavel Safrata
The image seems to have been stripped somewhere, trying to attach once more. Pavel On 12.11.2013 11:46, Pavel Safrata wrote: Hello Daniel, this is quite similar to my idea described earlier. The major difference is the "fair division of capture zones" among siblings. It's an interesting idea,

Re: discussion about touch events

2013-11-12 Thread Pavel Safrata
Hello Daniel, this is quite similar to my idea described earlier. The major difference is the "fair division of capture zones" among siblings. It's an interesting idea, let's explore it. What pops first is that children can also overlap. So I think it would behave like this (green capture zones

review request - RT-34191 Lens: [touch] wrong logic for drag starting outside a window

2013-11-12 Thread Assaf Yavnai
JIRA - RT-34191 (webrev attached) Summary: 2 problems where identified: 1) the logic issue described above 2) native mouse drag detection was relaying on an obsolete variable Fixing item 2 also solved RT-34137

Re: Button and TouchEvents

2013-11-12 Thread Pavel Safrata
Hello Sebastian, why should it? The synthesized mouse events work just fine, don't they? They are meant exactly for things like that to work with touches without the need to code additional support. Thanks, Pavel On 12.11.2013 10:41, Sebastian Rheinnecker wrote: Hello all, while messing arou

Re: How to activate JavaFX JMX support

2013-11-12 Thread Richard Bair
Frankly, I don't think it works. In 9 I wanted to revisit tooling and make JMX the way metrics are gathered (such as pulse logger stats and such that scenic view could use that instead of private Apis, etc) > On Nov 12, 2013, at 1:38 AM, Sven Reimers wrote: > > Hi, > > looking into the mbeans

Button and TouchEvents

2013-11-12 Thread Sebastian Rheinnecker
Hello all, while messing around with touch events I found out that Buttons rely solely on mouse events. Although the documentation of the button class explicitly says that the onAction method is fired upon touch events, the only reason why this works is because the platform fires synthesized

Review Request: RT-34162 [macosx] Regression in Input Method panel positioning

2013-11-12 Thread Petr Pchelko
Hello, OpenJFX Community. Please review the fix for the issue: https://javafx-jira.kenai.com/browse/RT-34162 The details about the fix are in bug comments. Thank you. With best regards. Petr.

hg: openjfx/8/graphics/rt: RT-32341: samples are not showing unless move the mouse

2013-11-12 Thread hang . vo
Changeset: 2329121f5179 Author:Petr Pchelko Date: 2013-11-12 11:48 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/2329121f5179 RT-32341: samples are not showing unless move the mouse Reviewed-by: anthony, snorthov ! modules/graphics/src/main/native-glass/mac/Glass