Re: JavaFX on iOS and Android: The real problem and challenge

2013-10-24 Thread Tobias Bley
ups, I made one mistake: So both solutions use the real Java platform (=OpenJDK)!“ should be So both solutions does not use the real Java platform (=OpenJDK)!“ ;) Am 24.10.2013 um 08:41 schrieb Tobias Bley t...@ultramixer.com: Hello to the community, I read the last discussion about

hg: openjfx/8/graphics/rt: RT-33491 FXML contains treatAsPrivate stuff that is not prefixed by impl_

2013-10-24 Thread hang . vo
Changeset: e3c32ab8f05f Author:Martin Sladecek martin.slade...@oracle.com Date: 2013-10-24 09:26 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/e3c32ab8f05f RT-33491 FXML contains treatAsPrivate stuff that is not prefixed by impl_ Reviewed-by: ekrejcir +

CFV: New OpenJFX Committer: Oleg Barbashov

2013-10-24 Thread Artem Ananiev
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, about 30 changesets in the tests repository:

Re: CFV: New OpenJFX Committer: Oleg Barbashov

2013-10-24 Thread Kevin Rushforth
Vote: YES Btw, the correct repo is: http://hg.openjdk.java.net/openjfx/8/master/tests -- Kevin 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

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: Oleg Barbashov

2013-10-24 Thread Artem Ananiev
On 10/24/2013 5:07 PM, Kevin Rushforth wrote: Vote: YES Btw, the correct repo is: http://hg.openjdk.java.net/openjfx/8/master/tests Thanks for correction. This is indeed the repo I meant. Artem -- Kevin Artem Ananiev wrote: I hereby nominate Oleg Barbashov (OpenJDK user name: ogb) to

Re: CFV: New OpenJFX Committer: Victor Shubov

2013-10-24 Thread David Grieve
Vote: YES On Oct 24, 2013, at 9:05 AM, Artem Ananiev artem.anan...@oracle.com 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

Re: CFV: New OpenJFX Committer: Oleg Barbashov

2013-10-24 Thread Lisa Selle
Vote: YES On 10/24/2013 8:58 AM, 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, about 30 changesets in

Re: CFV: New OpenJFX Committer: Victor Shubov

2013-10-24 Thread Lisa Selle
Vote: YES On 10/24/2013 9:05 AM, 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 --template '{author}\n' |wc -l

Re: CFV: New OpenJFX Committer: Oleg Barbashov

2013-10-24 Thread Phil Race
Vote: yes -phil.

JFXPanel vs. real world usage

2013-10-24 Thread Matthias Hänel
Hi, I just took a look at JFXPanel. This implementation is from my perspective just a pin point for a real implementation. The problem with the current one is, that a JFX scene is rendered down to a pixelbuffer that is rendered on a Swing Panel by paintComponent. Is there a particular reason for

hg: openjfx/8/graphics/rt: 5 new changesets

2013-10-24 Thread hang . vo
Changeset: 6151a4b1b4ef Author:David Grievedavid.gri...@oracle.com Date: 2013-10-24 12:40 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6151a4b1b4ef [DOCS-ONLY] RT-33640 add link to cssref from Node id, style and styleclass properties !

Re: JFXPanel vs. real world usage

2013-10-24 Thread Stephen F Northover
Hi Matthais, There was quite a debate way back when as to whether there should be heavyweight or lightweight embedding. If heavyweight, then FX would not play well with AWT/Swing and would have all the heavyweight/lightweight issues inherent there. If lightweight, then this is more work for

RE: JFXPanel vs. real world usage

2013-10-24 Thread Pedro Duque Vieira
Hi Matthias, I don't see any problems with performance and I've been using this a lot. Best regards, -- Pedro Duque Vieira

Re: JFXPanel vs. real world usage

2013-10-24 Thread rdarrylr
I have the same experience. We're using this and it works ok as far as performance. -Original Message- From: Pedro Duque Vieira pedro.duquevie...@gmail.com Sender: openjfx-dev-boun...@openjdk.java.net Date: Thu, 24 Oct 2013 18:20:42 To: OpenJFX Mailing Listopenjfx-dev@openjdk.java.net

Re: CFV: New OpenJFX Committer: Oleg Barbashov

2013-10-24 Thread Jonathan Giles
Vote: YES -- Jonathan On 25/10/2013 1:58 a.m., 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, about 30

Re: JFXPanel vs. real world usage

2013-10-24 Thread Fabrizio Giudici
On Thu, 24 Oct 2013 19:20:42 +0200, Pedro Duque Vieira pedro.duquevie...@gmail.com wrote: Hi Matthias, I don't see any problems with performance and I've been using this a lot. Best regards, +1 for me. Of course, it depends a lot on the usage and unfortunately I can't comment further

Re: JFXPanel vs. real world usage

2013-10-24 Thread Tobias Bley
I added a simple accordion as JFXPanel into a swing frame and the performance is not good. the cpu usage goes up to 100% when moving the mouse over the accordion title panes (hover effect). The resizing performance is bad too. Am 24.10.2013 um 20:10 schrieb rdarr...@yahoo.com: I have the

hg: openjfx/8/graphics/rt: RT-14187: Support glyph rasterisation to sub-pixel precision

2013-10-24 Thread hang . vo
Changeset: c0c85cc23907 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2013-10-24 11:38 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c0c85cc23907 RT-14187: Support glyph rasterisation to sub-pixel precision Reviewed-by: Phil Race !

Re: JFXPanel vs. real world usage

2013-10-24 Thread Stephen F Northover
Please enter a JIRA with your sample code attached. Steve On 2013-10-24 2:37 PM, Tobias Bley wrote: I added a simple accordion as JFXPanel into a swing frame and the performance is not good. the cpu usage goes up to 100% when moving the mouse over the accordion title panes (hover effect).

Re: JFXPanel vs. real world usage

2013-10-24 Thread Hervé Girod
There are maybe some components or use cases where the performance is not ok, but for our use cases, we also don't have any problem. Hervé Sent from my iPhone On 24 oct. 2013, at 20:10, rdarr...@yahoo.com wrote: I have the same experience. We're using this and it works ok as far as

Re: JFXPanel vs. real world usage

2013-10-24 Thread Jeff Martin
My experience has been okay, though I've seen the resizing lag. The only real problem I've seen is bad performance on a retina display Mac Book Pro. jeff On Oct 24, 2013, at 1:37 PM, Tobias Bley t...@ultramixer.com wrote: I added a simple accordion as JFXPanel into a swing frame and the

hg: openjfx/8/graphics/rt: RT-33620: TextField should not shrink vertically by default

2013-10-24 Thread hang . vo
Changeset: 659cc7864404 Author:leifs Date: 2013-10-24 12:33 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/659cc7864404 RT-33620: TextField should not shrink vertically by default Reviewed-by: jgiles !

hg: openjfx/8/graphics/rt: RT-33071: Gradle: command line override sometimes ignored for boolean properties

2013-10-24 Thread hang . vo
Changeset: 86c40357ada4 Author:kcr Date: 2013-10-24 15:51 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/86c40357ada4 RT-33071: Gradle: command line override sometimes ignored for boolean properties Reviewed-by: felipe ! build.gradle ! buildSrc/android.gradle !

hg: openjfx/8/graphics/rt: 2 new changesets

2013-10-24 Thread hang . vo
Changeset: 405182d0e3c4 Author:kcr Date: 2013-10-24 16:41 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/405182d0e3c4 Partial RT-31560: javafx-font-pango should be built by default [NOTE: still disabled] Reviewed-by: felipe ! build.gradle !

JavaFX Builders, possible solution

2013-10-24 Thread Lesley Perkins
I briefly discussed the builder deprecation with Richard when he visited our company back in May. One of the ways he said to test any solution would be to build a library jar with the test hierarchy, then build a client jar using the library jar, then change the hierarchy in the library code

hg: openjfx/8/graphics/rt: 2 new changesets

2013-10-24 Thread hang . vo
Changeset: 24e60f5070be Author:jgiles Date: 2013-10-25 10:38 +1300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/24e60f5070be RT-28132: [TableView] Focus in editing cell. Reviewed-by: psomashe ! modules/controls/src/main/java/javafx/scene/control/cell/CellUtils.java