Re: JavaFx gtk3 support

2014-01-15 Thread Ilya Buziuk
Hello. I'm really interested in high level plans about gtk3 support. Assuming that starting from Luna build eclipse uses gtk3 libs when available on Linux/Unix (https://bugs.eclipse.org/bugs/show_bug.cgi?id=420182 ) , which makes javaFx incompatible, cause it contains hardcoded references to gtk2.

Re: How I do connect two panes?

2014-01-15 Thread Alexander Kouznetsov
Try using Line node. It has bindable coordinates. Best regards, Alexander Kouznetsov (408) 276-0387 On 7 янв 2014 1:30, Amine Tengilimoglu wrote: I want to connect two panes. panes are dragable so: I need dinamic line... Which API should I look at? ı am waiting for answers...thanx

Re: Launching JavaFX apps

2014-01-15 Thread Alexander Kouznetsov
Here is the link to file a bug on NetBeans: http://netbeans.org/bugzilla/enter_bug.cgi Best regards, Alexander Kouznetsov (408) 276-0387 On 8 янв 2014 18:45, Kevin Rushforth wrote: So yes, it does seem that Netbeans should modify the wording of their javadoc comment for the main() method

Re: Launching JavaFX apps

2014-01-15 Thread Scott Palmer
Thanks. I'm participating in NetCat 8.0 so I'm well aware of that link :-). But this doesn't appear to be a NetBeans issue. Inclusion of metadata into the launcher stub is not implemented in the javafxpackager command line tool or ant task as far as I can tell. (I'm using the gradle plugin

hg: openjfx/8u-dev/rt: RT-34281 Cursor doesn't change back from 'move/drag' to 'pointer' when dragging scrollPane

2014-01-15 Thread hang . vo
Changeset: 4f1da073db97 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-01-15 12:35 + URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4f1da073db97 RT-34281 Cursor doesn't change back from 'move/drag' to 'pointer' when dragging scrollPane !

Re: Launching JavaFX apps

2014-01-15 Thread Alexander Kouznetsov
Scott, I didn't get that. Are you saying that main() method javadoc is correct? Best regards, Alexander Kouznetsov (408) 276-0387 On 15 янв 2014 16:40, Scott Palmer wrote: Thanks. I'm participating in NetCat 8.0 so I'm well aware of that link :-). But this doesn't appear to be a NetBeans

Re: [8u] Post-commit review: RT-35237, When a Bidirectional binding fails, old value restoration may cause an exception hiding the real cause

2014-01-15 Thread Alexander Kouznetsov
The link doesn't work for me. Best regards, Alexander Kouznetsov (408) 276-0387 On 13 янв 2014 16:33, Martin Sladecek wrote: Hello, here's a changeset for RT-35237 (When a Bidirectional binding fails, old value restoration may cause an exception hiding the real cause), if anybody's

Re: [8u] Post-commit review: RT-35237, When a Bidirectional binding fails, old value restoration may cause an exception hiding the real cause

2014-01-15 Thread Kevin Rushforth
The URL is not quite right. There should be no graphics in the path: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f487abfe1990 -- Kevin Alexander Kouznetsov wrote: The link doesn't work for me. Best regards, Alexander Kouznetsov (408) 276-0387 On 13 янв 2014 16:33, Martin Sladecek

hg: openjfx/8u-dev/rt: Fix RT-31402: Virtual Keyboard should not produce keystrokes with a right mouse click

2014-01-15 Thread hang . vo
Changeset: 650d35fd3f22 Author:Seeon Birger seeon.bir...@oracle.com Date: 2014-01-15 18:17 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/650d35fd3f22 Fix RT-31402: Virtual Keyboard should not produce keystrokes with a right mouse click !

Re: JavaFx gtk3 support

2014-01-15 Thread Stephen F Northover
Hi Ilya, Sorry, just processed the bug today. Can we carry on the conversation there? https://javafx-jira.kenai.com/browse/RT-35264 Steve On 2014-01-15 5:54 AM, Ilya Buziuk wrote: Hello. I'm really interested in high level plans about gtk3 support. Assuming that starting from Luna build

Review request: RT-35209 Runtime is broken on beagleboard

2014-01-15 Thread Lisa Selle
Daniel can you please review the fix for https://javafx-jira.kenai.com/browse/RT-35209 (patch is in jira). Thanks, Lisa

Re: Review request: RT-35209 Runtime is broken on beagleboard

2014-01-15 Thread Lisa Selle
Sorry the proper jira is: https://javafx-jira.kenai.com/browse/RT-35371 On 1/15/2014 12:43 PM, Lisa Selle wrote: Daniel can you please review the fix for https://javafx-jira.kenai.com/browse/RT-35209 (patch is in jira). Thanks, Lisa

hg: openjfx/8u-dev/rt: Fix for RT-35371 runtime is completely broken on beagleboard. Reviewed by dblaukopf, tested with HelloSanity.

2014-01-15 Thread hang . vo
Changeset: 061e253a9cd2 Author:lisa.se...@oracle.com Date: 2014-01-15 12:56 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/061e253a9cd2 Fix for RT-35371 runtime is completely broken on beagleboard. Reviewed by dblaukopf, tested with HelloSanity. !

Re: The disableProperty / disabledProperty mess

2014-01-15 Thread Stephen F Northover
Funny, this was one of the first things that I asked when I came to FX. I believe we are using the same terminology as the disabled property on DOM nodes. At this point, we cannot change it and I'm not thrilled about adding an alias but let's discuss this in the JIRA. Steve On 2014-01-15

hg: openjfx/8u-dev/rt: RT-35374 [Monocle] LinuxInputTests: EGalax tests fail when running after DragTouchInAndOutAWindow

2014-01-15 Thread hang . vo
Changeset: e546ab623a97 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-01-15 20:52 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e546ab623a97 RT-35374 [Monocle] LinuxInputTests: EGalax tests fail when running after DragTouchInAndOutAWindow Summary:

Re: Launching JavaFX apps

2014-01-15 Thread Scott Palmer
Yes that too.. Sorry.. there were many points in my email and I misunderstood which you were referring to. I will file the bug with NB regarding the default comments in a JavaFX project. My other comment was referring to the launcher.exe that JavaFX packager uses and that is of course a JavaFX

hg: openjfx/2u/dev/rt: 27 new changesets

2014-01-15 Thread hang . vo
Changeset: 6619d6a3cbbb Author:Pavel Safrata pavel.safr...@oracle.com Date: 2013-09-06 12:10 +0100 URL: http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/6619d6a3cbbb RT-32306: Enhance FX drag and drop operations +

Changes for January 2014 CPU release synced into FX 8u-dev (and 2u-dev)

2014-01-15 Thread Kevin Rushforth
I have synced the FX changes from the just-release January 2014 CPU release into 8u-dev. For FX 2.x, I also synced the CPU changes from 2.2.51 into 2u-dev. -- Kevin Kevin Rushforth wrote: Note: I have synced up the pending FX changes from the just-release January 2014 CPU release into FX 8.

hg: openjfx/8u-dev/rt: 35 new changesets

2014-01-15 Thread hang . vo
Changeset: 9689bfae29b8 Author:mv157916 Date: 2014-01-10 15:05 -0800 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9689bfae29b8 RT-35268: Update the JDK 8 build number to b123 in rt/build.properties file in the JavaFX 8 Master forest. ! build.properties Changeset: