hg: openjfx/8/graphics/rt: RT-34107: [Mac] Cannot set app name for menu items in app menu of system menubar

2013-11-11 Thread hang . vo
Changeset: f3f632ced94d Author:Petr Pchelko Date: 2013-11-12 11:26 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/f3f632ced94d RT-34107: [Mac] Cannot set app name for menu items in app menu of system menubar Reviewed-by: anthony, snorthov, kevin ! modules/graphics

hg: openjfx/8/graphics/rt: RT-33416: Key traversal does not enter into an opened ScrollPane

2013-11-11 Thread hang . vo
Changeset: 40b583b11ed3 Author:leifs Date: 2013-11-11 18:04 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/40b583b11ed3 RT-33416: Key traversal does not enter into an opened ScrollPane Reviewed-by: jgiles ! modules/controls/src/main/java/com/sun/javafx/scene/contr

Please review fix for RT-33416: Key traversal does not enter into an opened ScrollPane

2013-11-11 Thread Leif Samuelsson
Hi, Please review this fix for TitledPaneBehavior and ScrollPaneBehavior. The patch and details are in JIRA. https://javafx-jira.kenai.com/browse/RT-33416 Thanks, Leif

How to activate JavaFX JMX support

2013-11-11 Thread Sven Reimers
Hi, looking into the mbeans available after attaching to the vm I can't see the mbeans open sourced last week. So is there a configuration to activate the registration? Thanks -Sven -- Sven Reimers * Senior Expert Software Architect * NetBeans Dream Team Member: http://dreamteam.netbeans.org

hg: openjfx/8/graphics/rt: RT-31637 Some Ensemble8 samples do not have proper layout and stage size in standalone mode

2013-11-11 Thread hang . vo
Changeset: 8ea28ec02599 Author:dmasada Date: 2013-11-11 16:02 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/8ea28ec02599 RT-31637 Some Ensemble8 samples do not have proper layout and stage size in standalone mode ! apps/samples/Ensemble8/src/samples/java/ensembl

hg: openjfx/8/graphics/rt: RT-33784: [Packager] Disturbing Alert Dialog at installation of Linux DEB package [ddehaven]

2013-11-11 Thread hang . vo
Changeset: c748c7f3142c Author:mhowe Date: 2013-11-11 14:07 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c748c7f3142c RT-33784: [Packager] Disturbing Alert Dialog at installation of Linux DEB package [ddehaven] ! modules/fxpackager/src/main/java/com/sun/javafx/t

hg: openjfx/8/graphics/rt: RT-33557: Gradle: error in buildJavaFXPackager task in specifying enabled property [kcr]

2013-11-11 Thread hang . vo
Changeset: 6b28e49722f3 Author:mhowe Date: 2013-11-11 14:00 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6b28e49722f3 RT-33557: Gradle: error in buildJavaFXPackager task in specifying enabled property [kcr] ! build.gradle

hg: openjfx/8/graphics/rt: RT-27755 Ensemble8: review each sample description, etc...clean code

2013-11-11 Thread hang . vo
Changeset: f474da70378d Author:dmasada Date: 2013-11-11 12:18 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/f474da70378d RT-27755 Ensemble8: review each sample description, etc...clean code ! apps/samples/Ensemble8/src/samples/java/ensemble/samples/concurrency/ta

Re: discussion about touch events

2013-11-11 Thread Pavel Safrata
On 11.11.2013 17:49, Tomas Mikula wrote: On Mon, Nov 11, 2013 at 1:28 PM, Philipp Dörfler wrote: I see the need to be aware of the area that is covered by fingers rather than just considering that area's center point. I'd guess that this adds a new layer of complexity, though. For instance: Say

hg: openjfx/8/graphics/rt: [DOC ONLY] RT-30870: TableView editing should be documented better (part 2)

2013-11-11 Thread hang . vo
Changeset: 3530280ca585 Author:jgiles Date: 2013-11-12 10:07 +1300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3530280ca585 [DOC ONLY] RT-30870: TableView editing should be documented better (part 2) ! modules/controls/src/main/java/javafx/scene/control/Cell.java ! mo

[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 failure: Unexpected element "{}HTML" {antlib:org.apache.tools.ant}HTML

2013-11-11 Thread Kevin Rushforth
Never mind. I see that you already resolved this by downgrading ant. -- Kevin Kevin Rushforth wrote: Since this is in the "closed" part of the build, few people on the list would have seen it. update-cached-sdk: [java] Buildfile: /export/anthony/ws/g-7-gradleJdkVersion-RT-34174/build.

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

2013-11-11 Thread Kevin Rushforth
Since this is in the "closed" part of the build, few people on the list would have seen it. update-cached-sdk: [java] Buildfile: /export/anthony/ws/g-7-gradleJdkVersion-RT-34174/build.xml [java] [java] BUILD FAILED [java] /export/anthony/ws/g-7-gradleJdkVersion-RT-34174/b

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 using: JAVA_HOME=

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

2013-11-11 Thread Tomas Mikula
On Mon, Nov 11, 2013 at 1:28 PM, Philipp Dörfler wrote: > I see the need to be aware of the area that is covered by fingers rather > than just considering that area's center point. > I'd guess that this adds a new layer of complexity, though. For instance: > Say we have a button on some background

Re: Generating and cleaning up our JavaDoc

2013-11-11 Thread Richard Bair
Another approach is to have a local copy of gradle.properties and put the BUILD_JAVADOC=true line in that file. > On Nov 11, 2013, at 7:52 AM, Kevin Rushforth > wrote: > > Thanks, Jonathan, I think this is a worthy effort. I usually use the latter > (... clean sdk) to build the javadoc at the

Re: Build fail: unresolved external symbol mainCRTStartup

2013-11-11 Thread Kevin Rushforth
Hi Leonid, Building JavaFX on Windows requires Cygwin, so it doesn't surprise me that it fails with a DOS shell. The error you are seeing on cygwin seems like a mismatch where part of the build is trying to use a 32-bit build and part trying to use 64-bit. My recommendation is to try the fo

Re: Exception trying to embedd SceneBuilder EA 2.0 into NetBeans

2013-11-11 Thread Kevin Rushforth
A NoSuchMethodError is almost always the result of running classes that were compiled against one version of the class files with a class library that has make incompatible changes. In particular, there was an incompatible change in b114 that makes SB compiled with b113 not run. -- Kevin S

Re: Generating and cleaning up our JavaDoc

2013-11-11 Thread Kevin Rushforth
Thanks, Jonathan, I think this is a worthy effort. I usually use the latter (... clean sdk) to build the javadoc at the same time I build the SDK when I want to look at the javadoc-generated API docs, but either should work. -- Kevin Jonathan Giles wrote: Hi all, This email serves partly a

Re: Exception trying to embedd SceneBuilder EA 2.0 into NetBeans

2013-11-11 Thread Sven Reimers
Thanks Tom.. Waiting for a new build... -Sven P.S. I should make a habit of having some jdk ea build lying around... On Mon, Nov 11, 2013 at 2:59 PM, Tom Schindl wrote: > The method has been renamed to impl_setStaticLoad! > > Tom > > On 11.11.13 14:54, Sven Reimers wrote: > > HI guys, > > > >

Re: Exception trying to embedd SceneBuilder EA 2.0 into NetBeans

2013-11-11 Thread Tom Schindl
The method has been renamed to impl_setStaticLoad! Tom On 11.11.13 14:54, Sven Reimers wrote: > HI guys, > > trying the above experiment I get the NoSuchMethodError pasted below. > > Anyone can shed some light on it? > > Seems SceneBuilder 2.0 ea b6 uses jdk8 b113 internally and I am running o

Exception trying to embedd SceneBuilder EA 2.0 into NetBeans

2013-11-11 Thread Sven Reimers
HI guys, trying the above experiment I get the NoSuchMethodError pasted below. Anyone can shed some light on it? Seems SceneBuilder 2.0 ea b6 uses jdk8 b113 internally and I am running on b114.. -Sven java.lang.NoSuchMethodError: javafx.fxml.FXMLLoader.setStaticLoad(Z)V at com.oracle.javafx.sc

Re: Build fail: unresolved external symbol mainCRTStartup

2013-11-11 Thread Leonid Popov
Hi Steve, Yes, I use 32-bit JDK for building. I tried to build it from both Windows and Cygwin command shells. The error I mentioned happens when building from Windows. If I try to build it from Cygwin, I get another error: Building Webkit configuration /Release/ into C:\javafx\8my\jfx\rt\m

hg: openjfx/8/graphics/rt: RT-34046: Opensourcing iOS extensions

2013-11-11 Thread hang . vo
Changeset: df73720e5d70 Author:Oldrich Maticka Date: 2013-11-11 14:18 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/df73720e5d70 RT-34046: Opensourcing iOS extensions Reviewed-by: Richard Bair, Kevin Rushforth, David Pulkrabek + apps/toys/iOS/SensorsTest/build.x

Re: discussion about touch events

2013-11-11 Thread Philipp Dörfler
I see the need to be aware of the area that is covered by fingers rather than just considering that area's center point. I'd guess that this adds a new layer of complexity, though. For instance: Say we have a button on some background and both the background and the button do have an onClick listen

Re: discussion about touch events

2013-11-11 Thread Pavel Safrata
Hi Assaf, this was discussed during during the multi-touch API design phase. I completely understand what you are saying, yet it has no straightforward/automatic solution you may have imagined. First, we can't pick "whatever falls into the circle" - imagine there are two buttons next to each o

Re: discussion about touch events

2013-11-11 Thread Assaf Yavnai
The ascii sketch looked fine on my screen before I sent the mail :( I hope the idea is clear from the text (now in the reply dialog its also look good) Assaf On 11/11/2013 12:51 PM, Assaf Yavnai wrote: Hi Guys, I hope that I'm right about this, but it seems that touch events in glass are tran

discussion about touch events

2013-11-11 Thread Assaf Yavnai
Hi Guys, I hope that I'm right about this, but it seems that touch events in glass are translated (and reported) as a single point events (x & y) without an area, like pointer events. AFAIK, the controls response for touch events same as mouse events (using the same pickers) and as a result a

hg: openjfx/8/graphics/rt: RT-34163: iOS: unresolved external symbol in media. Reviewed-by: Petr Vasenda

2013-11-11 Thread hang . vo
Changeset: 9c92237a66e3 Author:dpulkrab Date: 2013-11-11 10:47 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9c92237a66e3 RT-34163: iOS: unresolved external symbol in media. Reviewed-by: Petr Vasenda ! modules/media/src/main/native/jfxmedia/platform/ios/JniUtils.c

Review request for RT-34163: iOS: unresolved external symbol in media

2013-11-11 Thread David Pulkrabek
Hello Petr, please review fix for: https://javafx-jira.kenai.com/browse/RT-34163 available here: http://cr.openjdk.java.net/~msladecek/rt-34163/webrev.00/ Thanks, David

hg: openjfx/8/graphics/rt: RT-32692 : Accordion/ScrollPane : Scrollbars appear in wrong place for Accordion close/stretch/re-open

2013-11-11 Thread hang . vo
Changeset: 65584bcecdf9 Author:Martin Sladecek Date: 2013-11-11 08:51 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/65584bcecdf9 RT-32692 : Accordion/ScrollPane : Scrollbars appear in wrong place for Accordion close/stretch/re-open Reviewed by: kcr ! modules/gra