Re: Touch Events, Scrolling, and Windows Pen

2013-06-03 Thread Anthony Petrov
. https://javafx-jira.kenai.com/browse/RT-21091 On Tue, May 28, 2013 at 10:46 AM, Anthony Petrov anthony.pet...@oracle.com mailto:anthony.pet...@oracle.com wrote: Sounds good to me. Danno, could you please prepare a patch for this bug, test it, and post it for review here

Re: Touch Events, Scrolling, and Windows Pen

2013-06-04 Thread Anthony Petrov
Hi Danno, I've just pushed your fix: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1dd4bb7090a2 Thank you for the contribution. -- best regards, Anthony On 06/03/2013 06:47 PM, Artem Ananiev wrote: On 6/3/2013 5:52 PM, Anthony Petrov wrote: Hi Danno, Thank you for the patch. I've

Re: Experience with piecewise migration Swing - JFX

2013-06-17 Thread Anthony Petrov
On 06/17/13 16:35, Werner Lehmann wrote: In addition to what has been said before, you could check Jira for keywords jfxpanel and/or swing. Just today we had another Mac-only problem. Apparently AWT is not as thread-safe on Mac as it is on Windows, resulting in deadlocks in native AWT code

Re: JavaFX app with Spring doesn't terminate on Mac OS X with Cmd-Q

2013-07-05 Thread Anthony Petrov
Hi Fabrizio, Cmd-Q (or, rather the implicit exit machinery) does not call System.exit(). All it does when it detects that there's no FX windows open, it terminates the FX Event Thread. This is clearly stated in the javadoc [1]. The rest depends on the JVM. As long as there are active

Re: CFV: New OpenJFX Committer: Danno Ferrin

2013-07-10 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 07/10/2013 02:03 AM, Richard Bair wrote: I hereby nominate Danno Ferrin to OpenJFX Committer. Danno has been actively submitting patches and following up to make sure they get integrated for the past 8 months or so (the first patch I found was on this

Re: CFV: New OpenJFX Committer: Oleg Mazurov

2013-07-10 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 07/10/2013 02:17 AM, Richard Bair wrote: I hereby nominate Oleg Mazurov to OpenJFX Committer. Oleg has been a key behind-the-scenes contributor to JavaFX performance. Some of his contributions can be counted in code

Re: CFV: New OpenJFX Committer: Alexander Kouznetsov

2013-07-10 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 07/10/2013 02:09 AM, Richard Bair wrote: I hereby nominate Alexander Kouznetsov to OpenJFX Committer. Alex is a member of the samples team, but also contributes to the core platform itself and to J1 demos. His recent work can be seen here:

Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-22 Thread Anthony Petrov
Hi Artem, Do you propose to add another StageStyle - namely, a DIALOG? Note that styles cannot be combined in a mask, meaning that developers won't be able to create e.g. transparent dialogs, or utility dialogs. Generally, I like the idea of defining the purpose of a window and letting the

Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-23 Thread Anthony Petrov
maximization for a resizable window. Jonathan: what is your opinion on using the setResizable(false) for the use cases that you outlined? -- best regards, Anthony On 07/23/2013 02:39 PM, Artem Ananiev wrote: On 7/22/2013 9:17 PM, Anthony Petrov wrote: Hi Artem, Do you propose to add another

Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-23 Thread Anthony Petrov
Hi Werner, On 07/23/2013 03:19 PM, Werner Lehmann wrote: On 23.07.2013 12:39, Artem Ananiev wrote: To me, making a window non-resizable is a good way to make the window unmaximizable. Do you see any cases, when a window should be resizable, but not maximizable? I create resizable modal

Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-24 Thread Anthony Petrov
On 07/24/13 12:29, Fabrizio Giudici wrote: On Wed, 24 Jul 2013 09:59:07 +0200, Artem Ananiev artem.anan...@oracle.com wrote: On 7/24/2013 12:45 AM, Fabrizio Giudici wrote: On Tue, 23 Jul 2013 22:34:48 +0200, Anthony Petrov anthony.pet...@oracle.com wrote: I don't agree. IMO, it's annoying

Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-24 Thread Anthony Petrov
, but in general it is one of those properties that people should not leave as null. In other words, I'm comfortable enforcing a non-null owner requirement for people who do not want the minimize button, for example. Thanks, -- Jonathan On 24/07/2013 8:27 a.m., Anthony Petrov wrote: Hi Artem, Jonathan

Re: CFV: New OpenJFX Committer:Daniel Blaukopf

2013-08-15 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 08/06/13 19:15, David Hill wrote: I hereby nominate Daniel Blaukopf to OpenJFX Committer. Daniel is a member of the Embedded Device team, which means he works across various aspects of the platform. He is also the architect for the embedded device space.

Re: CFV: New OpenJFX Committer: Alexander Zvegintsev

2013-08-15 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 08/15/13 16:40, Artem Ananiev wrote: I hereby nominate Alexander Zvegintsev (OpenJDK user name: alexz) to OpenJFX Committer. Alexander is a primary maintainer of Gtk port of Glass (windowing toolkit for JavaFX), and also an active contributor to other

Re: CFV: New OpenJFX Committer: Chien Yang

2013-08-15 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 08/15/2013 07:50 PM, Artem Ananiev wrote: I hereby nominate Chien Yang to OpenJFX Committer. Chien is a member of JavaFX graphics group at Oracle. Here is the list of his fixes and reviews: http://hg.openjdk.java.net/openjfx/8/master/rt/log?rev=chien

Re: OpenJFX 1.8 build issues

2013-08-20 Thread Anthony Petrov
Hi Dhevendran, This is a mismatch of sources between JDK and FX. Try either cloning a fresh copy of the FX repo (it's best to always clone both FX and JDK at the same time, actually), or building with an older JDK build. -- best regards, Anthony On 08/20/2013 06:26 PM, K, Dhevendran (MSDU)

Re: OpenJFX 1.8 build issues

2013-08-21 Thread Anthony Petrov
On 08/21/2013 10:36 AM, Anthony Petrov wrote: Secondly, you're building the JDK in a somewhat strange way. It's much easier than that. Just execute the following commands in your Cygwin command prompt: $ hg clone http://hg.openjdk.java.net/jdk8/awt myjdk8 $ cd myjdk8 $ bash ./get_source.sh $ cd

Re: OpenJFX 1.8 build issues

2013-08-21 Thread Anthony Petrov
* bash ./get_source.sh → In Progress Please share the corresponding JavaFX source Thanks in Advance With Warm Regards Dhevendran K -Original Message- From: Anthony Petrov [mailto:anthony.pet...@oracle.com] Sent: Wednesday, August 21, 2013 1:00 PM To: K, Dhevendran (MSDU) Cc

Re: OpenJFX 1.8 build issues

2013-08-21 Thread Anthony Petrov
- From: Anthony Petrov [mailto:anthony.pet...@oracle.com] Sent: Wednesday, August 21, 2013 3:24 PM To: K, Dhevendran (MSDU) Cc: Thomas, Binoy Samuel (MSDU); openjfx-dev@openjdk.java.net; Jolapara, Vikram Dhirajlal (MSDU) Subject: Re: OpenJFX 1.8 build issues I'd go with the Graphics forest for OpenJFX

Re: OpenJFX 1.8 build issues

2013-08-22 Thread Anthony Petrov
*Thanks Regards* *Dhevendran K* _ *From:* K, Dhevendran (MSDU) *Sent:* Thursday, August 22, 2013 10:22 AM *To:* Anthony Petrov *Cc:* Thomas, Binoy Samuel (MSDU); openjfx-dev@openjdk.java.net; Jolapara, Vikram Dhirajlal (MSDU) *Subject:* RE: OpenJFX 1.8

Re: Supported platforms for FX [WAS: Re: OpenJFX 1.8 build issues]

2013-08-28 Thread Anthony Petrov
liked JFX over Swing due to its richens. I would like to thank Anthony once again for his timely quick support to resolve OpenJDK 1.8 build issues. Thanks Regards Dhevendran K -Original Message- From: Anthony Petrov [mailto:anthony.pet...@oracle.com] Sent: Wednesday, August 28, 2013 1:38

Re: CFV: New OpenJFX Committer: Joseph Andresen

2013-09-25 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 09/25/2013 07:17 PM, Artem Ananiev wrote: I hereby nominate Joe Andresen to OpenJFX Committer. Joe is a member of JavaFX Graphics team at Oracle. His first changeset in Prism is dated by 2009, and total number of commits is close to one hundred. Full

Re: Cannot compile following the OpenJFX instructions at https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX

2013-10-04 Thread Anthony Petrov
See this: http://mail.openjdk.java.net/pipermail/openjfx-dev/2013-October/010592.html -- best regards, Anthony On 10/04/2013 02:59 PM, Oscar Vargas Torres wrote: This is the error I keep getting: http://pastie.org/8377161 http://pastie.org/8377161 I am using Ubuntu Linux 13.04 64 bits. I have

Re: What is com.sun.glass.ui.Application.EventHandler used for?

2013-10-23 Thread Anthony Petrov
Hi Richard, We're going to provide some sort of public API for all these events in a future release. Please see the following RFE for details: https://javafx-jira.kenai.com/browse/RT-18866 -- best regards, Anthony On 10/23/2013 04:54 AM, Richard Bair wrote: I'm looking at Glass

Re: CFV: New OpenJFX Committer: Oleg Barbashov

2013-10-24 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 10/24/2013 04:58 PM, Artem Ananiev wrote: I hereby nominate Oleg Barbashov (OpenJDK user name: ogb) to OpenJFX Committer. Oleg is a member of JavaFX SQE team at Oracle. He is currently an Author in OpenJFX and is an active contributor to this project,

Re: CFV: New OpenJFX Committer: Assaf Yavani

2013-10-30 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 10/30/2013 07:53 PM, David Hill wrote: I hereby nominate Assaf Yavnai to OpenJFX Committer. Assaf is a member of JavaFX Embedded team at Oracle. Most of Assaf's changes are in Glass/Lens support code: hg log -u Assaf Yavani An incomplete list of

Re: Request for review: RT-28347 - DnD between two JFXPanels

2013-11-05 Thread Anthony Petrov
Hi Artem, There's a lot of code changes and I'm not sure if I see the complete picture of how DnD works with embedded scenes (and not that I'm a great expert in DnD anyway.) It would be nice to have a short overview of the embedded DnD architecture (put in a class javadoc for, say, the

Re: Fwd: CFV: New OpenJFX Committer: Rafi Tayar

2013-11-05 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 11/05/2013 07:59 PM, David Hill wrote: [ resending it with a corrected subject line. The dangers of reusing a form] I hereby nominate Rafi Tayar to OpenJFX Committer. Rafi is a member of JavaFX Embedded team at Oracle. Rafi's changes are in

Build failure: Unexpected element {}HTML {antlib:org.apache.tools.ant}HTML

2013-11-11 Thread Anthony Petrov
Has anyone seen this before? I've just cloned a fresh repo. I'm on Linux x64 and using: JAVA_HOME= 7u45 x64 JDK_HOME= 8b114 x64 ant 1.9.2 (from my Linux distro) gradle 1.8 :antUpdateCacheIfNeeded Buildfile: /export/anthony/ws/g-7-gradleJdkVersion-RT-34174/build.xml [taskdef] Could not load

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

Re: enterNestedEventLoop as public API?

2013-11-13 Thread Anthony Petrov
Hi John, Please file an RFE to introduce this public API. -- best regards, Anthony On 11/13/2013 08:35 PM, John Hendrikx wrote: On 13/11/2013 16:35, Stephen F Northover wrote: What is the difference? Dialog d = new Dialog() { public void onClose() { Platform.exitNestedEventLoop();

Re: enterNestedEventLoop as public API?

2013-11-13 Thread Anthony Petrov
Thanks. -- best regards, Anthony On 11/13/2013 08:51 PM, John Hendrikx wrote: Hi Anthony, I just filed https://javafx-jira.kenai.com/browse/RT-34268 for this. --John On 13/11/2013 17:42, Anthony Petrov wrote: Hi John, Please file an RFE to introduce this public API. -- best regards

Re: CFV: New OpenJFX Committer: Mark Howe

2013-11-15 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 11/15/2013 04:08 AM, Kevin Rushforth wrote: I hereby nominate Mark Howe (OpenJDK user name: mhowe) to OpenJFX Committer. Mark is a member of JavaFX deployment team at Oracle. Most of Mark's changes are in the JavaFX pacakager: hg log -u mhowe A

[8] Review request for RT-34277: Applet crash on start under IE 10 com.sun.glass.ui.win.WinWindow._setBounds

2013-11-20 Thread Anthony Petrov
Steve, Artem, Please review: https://javafx-jira.kenai.com/browse/RT-34277 -- best regards, Anthony

[8] Review request for RT-33881: Mac: System menu bar doesn't work at all with MacOS 10.9

2013-11-28 Thread Anthony Petrov
Petr, Steve, Please review a fix: https://javafx-jira.kenai.com/browse/RT-33881 -- best regards, Anthony

[8] Review request for RT-34554: [Mac, Glass] Process does not finish closing main window

2013-11-29 Thread Anthony Petrov
Steve, Petr, Please review a fix for: https://javafx-jira.kenai.com/browse/RT-34554 -- best regards, Anthony

[8] Review request for RT-34610: SwingNode: Ending a drag gesture should not generate an AWT mouse clicked event

2013-12-02 Thread Anthony Petrov
Anton, Steve, Please review a fix for https://javafx-jira.kenai.com/browse/RT-34610 -- best regards, Anthony

[8] Review request for RT-34784: [TextField, PasswordField, TextArea] Selected text is removed on focus leaving

2013-12-10 Thread Anthony Petrov
Hi Petr, Alexander, Please review a fix for https://javafx-jira.kenai.com/browse/RT-34784 -- best regards, Anthony

Re: To Be Or Not To Be (Native), was:Look and feel mechanism?

2013-12-10 Thread Anthony Petrov
We have implemented HW/LW components mixing for AWT/Swing in the past [1]. However, the feature is very limited (no transparency support, etc.), and the limitations come from native system capabilities that can't be worked around easily. Do we really want something limited like this in FX?

Re: Fwd: CFV: New OpenJFX Committer: Vadim Pakhnushev

2013-12-12 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 12/12/2013 01:17 AM, David Hill wrote: I hereby nominate Vadim Pakhnushev to OpenJFX Committer. Vadim is a member of JavaFX Embedded team at Oracle. Vadim's changes are in Glass Windows/D3d: hg log -M -u vadim An incomplete list of Vadim's commits

[8u20] Review request for RT-32300: KeyCodes do not reflect the keys that are actually pressed on German keyboard

2013-12-20 Thread Anthony Petrov
Hi Felipe, Steve, Please review a fix for https://javafx-jira.kenai.com/browse/RT-32300 -- best regards, Anthony

Re: Dragboard setDragView in JFXPanel?

2014-02-11 Thread Anthony Petrov
Please file a bug. -- best regards, Anthony On 2/12/2014 2:59 AM, Jeff Martin wrote: Is the JavaFX 8 Dragboard.setDragView() api supposed to work in JFXPanel? I couldn't find a jira bug - if it should work, I'll file one. jeff

[8u20] Review request for RT-36038: [DND] FX sometimes forgets to invoke Node.onDragDetected() on Mac

2014-02-28 Thread Anthony Petrov
Hi Steve, Please review a fix for https://javafx-jira.kenai.com/browse/RT-36038 -- best regards, Anthony

Re: [8u20] Review request: RT-35197: Use Lambda in FX runtime and samples

2014-03-06 Thread Anthony Petrov
No, it's not. Sorry. I guess Steve hasn't attached it to the JIRA. -- best regards, Anthony On 3/6/2014 2:12 PM, Anthony Petrov wrote: I believe the base-lambda.patch in JIRA is what you're looking for. -- best regards, Anthony On 3/6/2014 1:49 PM, Kirill Kirichenko wrote: I couldn't find

Re: No split-cursor inside JFXPanel

2014-03-11 Thread Anthony Petrov
Hi Werner, I've re-targeted this bug to 8u20. -- best regards, Anthony On 3/7/2014 9:27 PM, Werner Lehmann wrote: Hi, inside a JFXPanel we don't see the split-cursors (e.g. east/west). This is a known issue: [#RT-26235] SplitPane in JFXPanel: Mouse cursor not changed

Re: 8u20 review request: RT-35635: new bundlers for fxpackager

2014-03-14 Thread Anthony Petrov
Dmitry, all, Please post your review notes to JIRA to keep all the information in one place. We use the mailing list to send out review requests so that other people could start watching the bug and/or join the review. The review itself should happen in JIRA comments. Thank you in advance.

[8u20] Review request for RT-34283: [Swing] DragDrop with interop on Mac OS X between two processes does not transfer data

2014-03-14 Thread Anthony Petrov
Hi Steve, Petr, Please review a fix for https://javafx-jira.kenai.com/browse/RT-34283 -- best regards, Anthony

How to build 64-bit FX ?

2014-03-21 Thread Anthony Petrov
Hello, I'm on Win7 64 bit system. Regularly I use 32-bit compilers and a 32-bit JDK, and when building FX by executing the `gradle` command, I get a 32-bit FX build. How do I get a 64-bit FX build on the same system? What additional software do I need? I suppose I need a 64-bit JDK, right?

Re: How to build 64-bit FX ?

2014-03-21 Thread Anthony Petrov
sure you update your stub_runtime to point to 64-bit FX binaries (your caches dir if doing a closed build). -- Kevin Anthony Petrov wrote: Hello, I'm on Win7 64 bit system. Regularly I use 32-bit compilers and a 32-bit JDK, and when building FX by executing the `gradle` command, I get a 32-bit

Re: Glass Robot and getSCreenCapture

2014-03-21 Thread Anthony Petrov
Hi David, I don't think we're making any assumptions. We feed the coordinates to a native API and rely on the OS to do the right thing. In other words, our assumption is that if the box lays (partially or fully) outside of the screen area, then the behavior is undefined. Note that the

Re: How to build 64-bit FX ?

2014-03-24 Thread Anthony Petrov
Previously I simply did `rm -rf caches`, but this didn't seem to do the right job. After a completely fresh clone of a new repo and performing a build using 64-bit JDK, I finally got it working. -- best regards, Anthony On 3/21/2014 8:26 PM, Anthony Petrov wrote: Thanks, Kevin. The build

[8u20] Review request for RT-35263: Win: Crashing VM in a JavaFX 3D app reading and writing STL files

2014-03-25 Thread Anthony Petrov
Hi Felipe, Steve, Please review a fix for https://javafx-jira.kenai.com/browse/RT-35263 -- best regards, Anthony

Re: macosx fullscreen and window manager

2014-03-31 Thread Anthony Petrov
Hi Erik, What you're asking for is kind of exclusive full screen mode (as it's known in AWT/Swing). And no, JavaFX does not support this currently. Please file a new issue in JIRA at https://javafx-jira.kenai.com/ PS. Regarding your current code: you don't really need to call setResizable,

Re: JavaFX8: Multittouch support under Linux

2014-04-01 Thread Anthony Petrov
Hi Stefan, No, currently it's not. Here's a JIRA that you may want to watch: https://javafx-jira.kenai.com/browse/RT-25079 -- best regards, Anthony On 4/1/2014 3:52 PM, Stefan Schwandter wrote: Hello all! Is multitouch-input supposed to be supported on Java 8 SE running on Linux? I use a

Re: CFV: New OpenJFX Committer: Elina Kleyman

2014-04-10 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 4/10/2014 4:31 PM, David Hill wrote: I hereby nominate Elina Kleyman to OpenJFX Committer. Elina is a member of JavaFX Embedded team at Oracle. Elina's changes are in Glass support code, as well as our test and sample applications. hg log -M -u Elina

[8u20] Review request for RT-31272: Win: Window does not repaint after application collapse/expand via click icon on taskbar

2014-04-10 Thread Anthony Petrov
Hi Felipe and Steve, Please review a fix for https://javafx-jira.kenai.com/browse/RT-31272 Details and the patch are in JIRA. -- best regards, Anthony

Re: JFXPanel Dragboard setDragView

2014-04-21 Thread Anthony Petrov
Hi Jeff, On 4/18/2014 6:43 PM, Jeff Martin wrote: I'm trying to figure out how to implement a version of Dragboard.setDragView() that works with JFXPanel (which isn't currently supported). Years ago I did this in Swing by creating a window that followed the mouse around (at an offset, so it

[8u20] Review request for RT-36716: [Glass, Mac] Cannot show two transparent stages at the same time

2014-04-21 Thread Anthony Petrov
Hi Petr, Steve, Please review a fix for https://javafx-jira.kenai.com/browse/RT-36716 -- best regards, Anthony

[8u20] Review request for RT-25570: [Menus, Mac] Mac OS : Menu.disable property is ignored when menu items are first initialized in the menu.onMenuValidation method

2014-04-22 Thread Anthony Petrov
Hi Petr, Steve, Please review a fix for https://javafx-jira.kenai.com/browse/RT-25570 -- best regards, Anthony

Re: Dragboard.dragView and Dragboard.content

2014-04-25 Thread Anthony Petrov
Hi Eric, This looks like a bug. Only the dragView image should be displayed in this case. Please enter a JIRA against Glass. Also, it would be great if you could test this on other platforms (Mac, Gtk) and report the results. -- best regards, Anthony On 4/25/2014 6:06 PM, Eric Le Ponner

[8u20] Review request for RT-36823: Screen.getPrimary().getDpi() and Toolkit.getDefaultToolkit().getScreenResolution() returns different values

2014-04-29 Thread Anthony Petrov
Hi Sergey, Felipe, Please review a fix for https://javafx-jira.kenai.com/browse/RT-36823 Please post your review comments in JIRA. Thanks. -- best regards, Anthony

[8u20] Review request for RT-36841: [Mac] Login demo may crash the JVM

2014-05-06 Thread Anthony Petrov
Hi Petr, Steve, Please review a fix for https://javafx-jira.kenai.com/browse/RT-36841 -- best regards, Anthony

[8u20] Review request for RT-36805: [Popup] Popup steals focus, when hiding the popup (regression)

2014-05-07 Thread Anthony Petrov
Hi Steve, Kevin, Please review a fix for https://javafx-jira.kenai.com/browse/RT-36805 All the details are in JIRA. -- best regards, Anthony

Re: Embedding JavaFX in SWT on Linux (Gtk3)

2014-05-14 Thread Anthony Petrov
Hi Tom, I ran ldd for libjfxwebkit.so, and I see that it doesn't link to GTK libraries. However, libjfxmedia.so does, so if you play any media files (either directly, or on a webpage open in webkit), then the GTK2 libraries will be loaded. -- best regards, Anthony On 5/14/2014 4:54 PM, Tom

Re: Embedding JavaFX in SWT on Linux (Gtk3)

2014-05-14 Thread Anthony Petrov
iPhone gesendet Am 14.05.2014 um 19:03 schrieb Anthony Petrov anthony.pet...@oracle.com: Hi Tom, I ran ldd for libjfxwebkit.so, and I see that it doesn't link to GTK libraries. However, libjfxmedia.so does, so if you play any media files (either directly, or on a webpage open in webkit

Re: CFV: New OpenJFX Committer: Eric Le Ponner

2014-05-14 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 5/14/2014 9:33 PM, Stephen F Northover wrote: I hereby nominate Eric Le Ponner to be an OpenJFX Committer. Eric Le Ponner is a significant contributor of the JavaFX Scene Builder 2.0 product, and is the architect of the SB Kit API as well as the

Re: CFV: New OpenJFX Committer: Jerome Cambon

2014-05-14 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 5/14/2014 9:39 PM, Stephen F Northover wrote: I hereby nominate Jerome Cambon to be an OpenJFX Committer. Jerome Cambon is a significant contributor of the JavaFX Scene Builder 2.0 product, and is the designated owner of the Inspector Panel as well as the

Re: CFV: New OpenJFX Committer: Sandra Lions-Piron

2014-05-14 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 5/14/2014 9:48 PM, Stephen F Northover wrote: I hereby nominate Sandra Lions-Piron to be an OpenJFX Committer. Sandra Lions-Piron is a significant contributor of the JavaFX Scene Builder 2.0 product, and is the designated owner of the Hierarchy Panel as

Re: CFV: New OpenJFX Committer: Mo Chicharro

2014-05-14 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 5/14/2014 9:48 PM, Stephen F Northover wrote: I hereby nominate Mo Chicharro to be an OpenJFX Committer. Mo Chicharro is a significant contributor of the JavaFX Scene Builder 2.0 product, and, as the visual and interaction designer, he is the designated

Re: CFV: New OpenJFX Committer: Yves Joan

2014-05-14 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 5/14/2014 9:48 PM, Stephen F Northover wrote: I hereby nominate Yves Joan to be an OpenJFX Committer. Yves Joan is a significant contributor of the JavaFX Scene Builder 2.0 product, and is the designated owner of the Library Panel, Document Panel and

[8u20] Review request for RT-32597: [SwingNode]: support high DPI displays

2014-05-16 Thread Anthony Petrov
Jim, Kevin, Anton, Sergey, Please review: https://javafx-jira.kenai.com/browse/RT-32597 -- best regards, Anthony

Re: Are Multitouch Gestures supported on an embedded scene in a JFXPanel

2014-05-21 Thread Anthony Petrov
Hi Bilal, No. This isn't possible at the moment because Swing doesn't support multi-touch. So we can't pass the multi-touch events to the JavaFX scene because there's simply nothing to pass. If your app requires multi-touch input, then your JavaFX scene should be added to a JavaFX Stage.

[8u20] Review request for RT-36957: [Gtk] Intermittent crash running system tests

2014-05-21 Thread Anthony Petrov
Hi Alexander, Please review the fix: https://javafx-jira.kenai.com/browse/RT-36957 -- best regards, Anthony

[8u20] Review request for RT-37033: [SwingNode] JEditorPane in SwingNode inside TabPane does not get focus properly when clicked

2014-05-23 Thread Anthony Petrov
Steve, Anton, Please review the fix for: https://javafx-jira.kenai.com/browse/RT-37033 -- best regards, Anthony

[8u20] Review request for RT-36956: [Swing] Not possible to select MenuItem in JFXPanel on Linux

2014-05-26 Thread Anthony Petrov
Hi Alexander, Anton, Please review the fix: https://javafx-jira.kenai.com/browse/RT-36956 -- best regards, Anthony

[8u20] Review request for RT-37026: Menubar menu item accelerators work only upon second pressing

2014-05-28 Thread Anthony Petrov
Hi Steve, Please review the fix: https://javafx-jira.kenai.com/browse/RT-37026 -- best regards, Anthony

Re: Ugly flashing when opening a css-styled stage

2014-06-02 Thread Anthony Petrov
Hi Robert, Which of the two mailing lists is the more appropriate one to post these things (JFX problems which look like they might be platform-specific) to? FYI: the JDK Mac OS X Port Project has been completed long time ago, so currently the macosx-port-dev@ mailing list isn't appropriate

Re: Integrating JFX Dialog/Stage in Swing application

2014-06-02 Thread Anthony Petrov
Platform.setImplicitExit(false) This is the correct answer. Please see the javadoc for more details. -- best regards, Anthony On 5/31/2014 10:19 PM, Jeff Martin wrote: You might try calling that new JFXPanel() in your application main. Maybe go ahead and call

Re: Resizing stage creates delays in platform.runLater pool?

2014-06-02 Thread Anthony Petrov
You may be hitting this bug: https://javafx-jira.kenai.com/browse/RT-36796 Please try running with -Dprism.order=sw and see if this changes anything. -- best regards, Anthony On 6/2/2014 6:20 PM, Guillaume Anctil wrote: Hi, I have encountered severe lag in my application when resizing the

[8u20] Review request RT-37304: [Mac] handleOnMenuValidation may not be called when using system menu bar

2014-06-02 Thread Anthony Petrov
Hi Steve, Petr, Please review the fix: https://javafx-jira.kenai.com/browse/RT-37304 -- best regards, Anthony

[8u20] Review request: RT-35953: [SwingNode] Swing component in JavaFx swing node no right click event

2014-06-03 Thread Anthony Petrov
Hi Steve, Please review the fix: https://javafx-jira.kenai.com/browse/RT-35953 -- best regards, Anthony

[8u20] Review request: RT-36240: Drag and Drop for complex datatypes fails with JavaFX embedded in Swing

2014-06-10 Thread Anthony Petrov
Hi Steve, Please review: https://javafx-jira.kenai.com/browse/RT-36240 -- best regards, Anthony

Re: Bundler question for Mac OS X...

2014-06-11 Thread Anthony Petrov
Hi Tony, I don't know the exact syntax for the FX deploy script (is it the -title or -name option for the javafxpackager [1] ?), however [2] suggests that the CFBundleName key in Info.plist can be used to set the application name. I can confirm that Glass reads the value and assigns it to the

Keyboard input testing report for 8u20

2014-06-20 Thread Anthony Petrov
In the past few days I've tested how well FX supports international keyboard layouts. I've tested EN, DE, FR, RU, and JP keyboard layouts. Note that myself, I only speak EN and RU, so I might have missed some uncommon (or even some common) cases when trying to enter characters in other

Re: WebView and Dygraph

2014-06-23 Thread Anthony Petrov
Please file a bug at https://javafx-jira.kenai.com/secure/CreateIssue!default.jspa -- best regards, Anthony On 6/23/2014 1:53 PM, edartuz wrote: I have a problem with WebView, it can't display charts with Dygraph: http://dygraphs.com/gallery/#g/annotations Lines are not visible:

Re: New alias for hg commit notifications?

2014-06-24 Thread Anthony Petrov
+1 -- best regards, Anthony On 6/24/2014 5:34 PM, Kevin Rushforth wrote: It has been suggested that we create a new alias for Mercurial (hg) commit notifications -- perhaps openjfx-chan...@openjdk.java.net -- rather than sending all of them to the discussion alias. This will facilitate e-mail

[8u40] Review request for RT-37639: Gtk: dead keys don't work on European keyboard layouts

2014-06-24 Thread Anthony Petrov
Hi Alexander, Steve, Please review the fix: https://javafx-jira.kenai.com/browse/RT-37639 -- best regards, Anthony

hg: openjfx/8u-dev/rt: RT-37639: Gtk: dead keys don't work on European keyboard layouts

2014-06-25 Thread anthony . petrov
Changeset: a193ba23a602 Author:Anthony Petrov anthony.pet...@oracle.com Date: 2014-06-25 18:09 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a193ba23a602 RT-37639: Gtk: dead keys don't work on European keyboard layouts Summary: Enable/disable IM on focus gained/lost

[8u40] Review request: RT-37261: Mac: FileChooser.show() crashes in NSSavePanel when running in sandboxed environment

2014-06-27 Thread Anthony Petrov
David, Petr, Please review the fix: https://javafx-jira.kenai.com/browse/RT-37261 -- best regards, Anthony

hg: openjfx/8u-dev/rt: RT-37261: Mac: FileChooser.show() crashes in NSSavePanel when running in sandboxed environment

2014-07-01 Thread anthony . petrov
Changeset: dbfe7fd6bd15 Author:Anthony Petrov anthony.pet...@oracle.com Date: 2014-07-01 16:23 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/dbfe7fd6bd15 RT-37261: Mac: FileChooser.show() crashes in NSSavePanel when running in sandboxed environment Summary: Create

hg: openjfx/8u-dev/rt: RT-36933: [Glass, Mac] Native code to handle potential null pointer dereference

2014-07-01 Thread anthony . petrov
Changeset: f54c4413a5c5 Author:Anthony Petrov anthony.pet...@oracle.com Date: 2014-07-01 16:28 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f54c4413a5c5 RT-36933: [Glass, Mac] Native code to handle potential null pointer dereference Reviewed-by: ckyang, kcr

[8u40] Review request: RT-37602: [Spec] Cursor.setVisible behavior is unspecified

2014-07-02 Thread Anthony Petrov
Hi Daniel, Please review the fix: https://javafx-jira.kenai.com/browse/RT-37602 -- best regards, Anthony

hg: openjfx/8u-dev/rt: RT-37602: [Spec] Cursor.setVisible behavior is unspecified

2014-07-03 Thread anthony . petrov
Changeset: ea458832eefc Author:Anthony Petrov anthony.pet...@oracle.com Date: 2014-07-04 00:23 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ea458832eefc RT-37602: [Spec] Cursor.setVisible behavior is unspecified Reviewed-by: dblaukop ! modules/graphics/src/main/java

[9/8u40] Review request for RT-37149 and JDK-8049065 : Implement DnD for SwingNode

2014-07-18 Thread Anthony Petrov
Hi Petr, Anton, Artem, Steve, Please review the fix at https://javafx-jira.kenai.com/browse/RT-37149 Webrevs: JDK: http://cr.openjdk.java.net/~anthony/9-5.2/ FX: http://cr.openjdk.java.net/~anthony/g-522-swingNodeDnD-RT-37149.3/ JavaFX implements the DragSourceContextPeer and

Re: (Multi)Touch with Windows 7

2014-08-04 Thread Anthony Petrov
JavaFX 8 supports multi-touch input on MS Windows. I believe it's been developed/tested on Windows 7, although personally I don't have any touch-enabled Windows system to verify if it still works. If some specific gestures don't work on your system, please file a bug at

Re: [9/8u40] Review request for RT-37149 and JDK-8049065 : Implement DnD for SwingNode

2014-08-05 Thread Anthony Petrov
Anton, Artem, Steve, Could you please review this fix? -- best regards, Anthony On 7/18/2014 6:44 PM, Anthony Petrov wrote: Hi Petr, Anton, Artem, Steve, Please review the fix at https://javafx-jira.kenai.com/browse/RT-37149 Webrevs: JDK: http://cr.openjdk.java.net/~anthony/9-5.2/ FX

Re: [9/8u40] Review request for RT-37149 and JDK-8049065 : Implement DnD for SwingNode

2014-08-06 Thread Anthony Petrov
://cr.openjdk.java.net/~anthony/9-5.2/ https://bugs.openjdk.java.net/browse/JDK-8049065 -- best regards, Anthony On 8/5/2014 5:08 PM, Anthony Petrov wrote: Anton, Artem, Steve, Could you please review this fix? -- best regards, Anthony On 7/18/2014 6:44 PM, Anthony Petrov wrote: Hi Petr, Anton

[8u40] Review request for RT-38103: GTK: FileChooser w/ExtensionFilter's localized caption crashes JVM on Ubuntu

2014-08-07 Thread Anthony Petrov
Alexander, Steve, Please review and +1 the fix: https://javafx-jira.kenai.com/browse/RT-38103 -- best regards, Anthony

hg: openjfx/8u-dev/rt: RT-38103: GTK: FileChooser w/ExtensionFilter's localized caption crashes JVM on Ubuntu

2014-08-07 Thread anthony . petrov
Changeset: a3275d9e37e1 Author:Anthony Petrov anthony.pet...@oracle.com Date: 2014-08-07 23:44 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a3275d9e37e1 RT-38103: GTK: FileChooser w/ExtensionFilter's localized caption crashes JVM on Ubuntu Summary: Avoid explicit

[8u40] Review request for RT-38055: [Swing, Mac, JFXPanel] Context menu with setOnContextMenuRequested doesn't work properly in Swing embedded JavaFX

2014-08-11 Thread Anthony Petrov
Hi Anton, Steve, Please review the fix: https://javafx-jira.kenai.com/browse/RT-38055 -- best regards, Anthony

  1   2   >