Re: Touch Events, Scrolling, and Windows Pen

2013-06-03 Thread Anthony Petrov
table. https://javafx-jira.kenai.com/browse/RT-21091 On Tue, May 28, 2013 at 10:46 AM, Anthony Petrov 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? -- b

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.

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 (which

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 non-dae

Re: [API Review]: Node validation

2013-07-08 Thread Anthony Petrov
+1 The validate()/isValid() in AWT/Swing are often overridden by user apps for tasks that have nothing to do with the layout. And this causes a lot of problems. -- best regards, Anthony On 07/08/13 15:20, Pavel Safrata wrote: Hello, one more discussion topic: perhaps the "validate" name is

Re: CFV: New OpenJFX Committer: Petr Pchelko

2013-07-09 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 07/09/2013 02:22 PM, Artem Ananiev wrote: I hereby nominate Petr Pchelko to OpenJFX Committer. Petr is a member of AWT group and an active contributor to JDK8 and OpenJFX projects. His primary areas of responsibility are AWT, Glass, and Mac OS X. Here is

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 is

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 http://hg.openjdk.java.net/openjfx/8/m

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: http://hg.open

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 O

Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-23 Thread Anthony Petrov
sable 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 an

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 dialog

Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-24 Thread Anthony Petrov
On 07/24/13 11:54, Artem Ananiev wrote: Unminimizable windows are annoying. If we disable that, we'll likely get some weirdness, e.g. Win+M or Win+D on Windows will leave the window on the desktop, which is not what users expect. Minimizing a modal dialog does not achieve much because the ownin

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 wrote: On 7/24/2013 12:45 AM, Fabrizio Giudici wrote: On Tue, 23 Jul 2013 22:34:48 +0200, Anthony Petrov wrote: I don't agree. IMO, it's annoying when I'm able to resize a window fr

Re: Disabling JavaFX minimise/maximise/etc buttons

2013-07-24 Thread Anthony Petrov
ner is an optional property, 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., A

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 Gla

Re: CFV: New OpenJFX Committer: Felipe Heidrich

2013-08-15 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 08/15/2013 09:36 PM, Artem Ananiev wrote: I hereby nominate Felipe Heidrich (OpenJDK user name: felipe) to OpenJFX Committer. Felipe is a member of JavaFX graphics group at Oracle. He is mostly responsible for JavaFX text and fonts, but not only for that.

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 Vo

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) w

Re: OpenJFX 1.8 build issues

2013-08-20 Thread Anthony Petrov
Advance With Warm Regards Dhevendran K -Original Message- From: Anthony Petrov [mailto:anthony.pet...@oracle.com] Sent: Tuesday, August 20, 2013 8:26 PM To: K, Dhevendran (MSDU) Cc: openjfx-dev@openjdk.java.net; Thomas, Binoy Samuel (MSDU); Jolapara, Vikram Dhirajlal (MSDU) Subject: Re: O

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_sour

Re: OpenJFX 1.8 build issues

2013-08-21 Thread Anthony Petrov
h → 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: Thomas, Binoy Samuel (MSDU); o

Re: OpenJFX 1.8 build issues

2013-08-21 Thread Anthony Petrov
K -Original Message----- 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

Re: OpenJFX 1.8 build issues

2013-08-22 Thread Anthony Petrov
ething is missed out *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) *S

Re: Is JavaFX supported Linux Redhat

2013-08-26 Thread Anthony Petrov
Officially, FX is supported on Ubuntu and OEL only - the same platforms as for the JDK. However, there's no reasons for FX to not work on any other Linux distribution as long as you have all the needed libraries installed (GTK 2.18+ in particular). -- best regards, Anthony On 08/25/13 18:44

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

2013-08-28 Thread Anthony Petrov
l.com] *Sent:* Wednesday, August 28, 2013 4:30 AM *To:* K, Dhevendran (MSDU) *Cc:* Ben Evans; Erik Joelsson; Anthony Petrov; Thomas, Binoy Samuel (MSDU); openjfx-dev@openjdk.java.net; Jolapara, Vikram Dhirajlal (MSDU) *Subject:* Re: OpenJFX 1.8 build issues Hi Dhevendran, Thanks for sending me the

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

2013-08-28 Thread Anthony Petrov
chose Swing. However, we 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] Se

Re: CFV: New OpenJFX Committer: Lisa Selle

2013-09-25 Thread Anthony Petrov
Vote: YES. -- best regards, Anthony On 09/25/2013 07:32 PM, Artem Ananiev wrote: Re-sending with the right subject (was: OpenJDK, now: OpenJFX). Sorry for the typo. Thanks, Artem On 9/25/2013 7:30 PM, Artem Ananiev wrote: I hereby nominate Lisa Selle to OpenJFX Committer. Lisa is a membe

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 list

Re: JNI and C++ exceptions

2013-09-27 Thread Anthony Petrov
+1. -- best regards, Anthony On 09/27/2013 01:46 PM, Mario Torre wrote: Hmm, honestly, this is quite surprising, since afaik in JNI you only need to check for Java type exceptions if the methods return anything but a successful condition (that is, in JNI calls obviously), with the specification

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 I am using Ubuntu Linux 13.04 64 bits. I hav

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 Application.

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, abo

Re: CFV: New OpenJFX Committer: Victor Shubov

2013-10-24 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 10/24/2013 05:05 PM, Artem Ananiev wrote: I hereby nominate Victor Shubov to OpenJFX Committer. Victor is a member of JavaFX SQE team at Oracle. He has already contributed enough changesets into the "tests" repository: $ hg log -M -u "Victor Shubov" --te

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 As

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 Embedd

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 Glass/Len

[8] Review request for RT-33352: Win: Image and html cannot be dnd or clipboarded at the same time.

2013-11-05 Thread Anthony Petrov
Hi Steve, Please review a fix for https://javafx-jira.kenai.com/browse/RT-33352 at http://cr.openjdk.java.net/~anthony/g-4-imageHtmlDnD-RT-33352.0/ The fix is trivial and allows one to pass both an image and an html content via clipboard whereas previously the code could ignore the image, try

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 de

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

2013-11-11 Thread Anthony Petrov
This seems to be resolved by downgrading to ant 1.8.4. Looks like our build scripts aren't ready for newer versions of ant. -- best regards, Anthony On 11/11/2013 09:11 PM, Anthony Petrov wrote: Has anyone seen this before? I've just cloned a fresh repo. I'm on Linux x64 and u

[8] Review request for RT-34174: Gradle build should check the version of JDK, not the java runtime used to run gradle itself

2013-11-11 Thread Anthony Petrov
https://javafx-jira.kenai.com/browse/RT-34174 -- best regards, Anthony

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

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: discussion about touch events

2013-11-13 Thread Anthony Petrov
I'm not sure if CSS is the best place to tag nodes with this attribute. CSS is supposed to describe styles (i.e. the way a node is represented on the screen, "the look"), while extending the capture zone doesn't affect the visual representation of a node, but instead is related to events handli

Re: discussion about touch events

2013-11-14 Thread Anthony Petrov
e code, so in any case there would be a property in code, it is just a question of whether you also want to be able to set the value from CSS. On Nov 13, 2013, at 10:31 PM, Anthony Petrov wrote: I'm not sure if CSS is the best place to tag nodes with this attribute. CSS is supposed to des

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 parti

Re: discussion about touch events

2013-11-20 Thread Anthony Petrov
How about you divide the top-level window surface on equal rectangles of size, say, 0.5"x0.5" (the size in pixels will depend on the screen DPI.) Each rectangle is basically a hashmap of nodes. The nodes that are touch sensible register and update themselves with the rectangles when their layo

[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? [1

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

Re: Option to keep Stages always on top on JavaFX 8 ?

2013-12-16 Thread Anthony Petrov
Hi Peter, You might want to watch this bug: https://javafx-jira.kenai.com/browse/RT-153 -- best regards, Anthony On 12/16/2013 12:22 PM, Peter Penzov wrote: Hi All, I'm also interested in this. Can you share some information? Regards, Peter On Thu, Dec 12, 2013 at 12:27 AM, Herve Girod

Re: [ListView] `b.bind(a)` not behaviorally equivalent to `a.addListener(o -> b.set(a.get()))`

2013-12-16 Thread Anthony Petrov
Filing a bug never hurts. We'll either fix it, or close it and explain why it's not a bug then. -- best regards, Anthony On 12/13/2013 11:17 PM, Tomas Mikula wrote: I guess my main question is: should I file a bug on ListView? Tomas On Fri, Dec 13, 2013 at 8:15 PM, Tomas Mikula wrote: I ju

Re: discussion about touch events

2013-12-18 Thread Anthony Petrov
nk it's not a problem at all to compute the areas of intersections between the "touch-oval" and all the selected nodes (which, remember, there are only a few). The largest intersection would pick up the node to send the touch event to, I guess. -- best regards, Anthony Rega

[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: Move to JIRA [was: Re: [8u] API Request: RT-25613, ObservableValue should have a hasListener(listener) method]

2014-01-24 Thread Anthony Petrov
Hi Seeon, I don't think that posting updates from all our JIRAs to a single mailing list is a good idea because the messages traffic would be huge. Each JIRA provides a watch list, so people can follow specific bugs that they're interested in. I believe that this functionality is sufficient f

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
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 media part in Jira. On 06.03.2014 00:44, Stephen F Northover wrote: ... of course I mean the media component, not base. I just change the

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:

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 https://javafx-jira.kena

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] Drag&Drop 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
so, if not building webkit or media, make 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 buil

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 Screen

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

[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 c

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: JDK 8 snapshot link?

2014-04-11 Thread Anthony Petrov
JDK/FX 8 has been released a couple of weeks ago. You can download the GA version at http://java.oracle.com/ If you want to get early access builds for JDK/FX 8u20, then these will be available at https://jdk8.java.net/download.html some time soon. The build 05 currently hosted there is a bit

[8u20] Review request for RT-35261: [Glass, French Keyboard] cannot type backquote in TextArea & TextField

2014-04-15 Thread Anthony Petrov
Hi Steve, Felipe, Please review a fix for https://javafx-jira.kenai.com/browse/RT-35261 -- 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 w

[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: JFXPanel Dragboard setDragView

2014-04-22 Thread Anthony Petrov
e(100,100,100,100); aStage.setScene(new Scene(pane)); aStage.show(); } On Apr 21, 2014, at 8:45 AM, Anthony Petrov wrote: 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 (whi

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 wrot

[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: Dragboard#setDragViewOffsetX/Y limitations

2014-05-12 Thread Anthony Petrov
Hi Tom, FX/Glass don't restrict values for the drag view offset. So I guess it's the native system that could impose some limitations. Please file a JIRA and request the specification clarification for this issue. -- best regards, Anthony On 5/12/2014 12:08 PM, Tom Schindl wrote: Hi, Usi

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
einem iPhone gesendet Am 14.05.2014 um 19:03 schrieb 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 librari

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 designated

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 we

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 ow

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 produ

[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

  1   2   >