Re: JavaFX graphics performance and suitability for advanced animations

2013-06-03 Thread John Hendrikx
On 1/06/2013 02:24, Daniel Zwolenski wrote: Can anyone recommend any good screen capture software for windows? Not sure it would capture this problem but it would be useful for some of the other problems I'm seeing in the TD game that I can't seem to reproduce in small snippets of code. I used

hg: openjfx/8/graphics/rt: Making variable static to avoid problems when statically linked with jdk8u mobile.

2013-06-03 Thread hang . vo
Changeset: 129d59d5a79b Author:Oldrich Maticka oldrich.mati...@oracle.com Date: 2013-06-03 13:34 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/129d59d5a79b Making variable static to avoid problems when statically linked with jdk8u mobile. !

Re: Touch Events, Scrolling, and Windows Pen

2013-06-03 Thread Anthony Petrov
Hi Danno, Thank you for the patch. I've published a webrev at: http://cr.openjdk.java.net/~anthony/g-301-penEvents-RT-30869.0/ The fix looks fine to me. Could anyone else please review it? -- best regards, Anthony On 06/03/13 04:59, Danno Ferrin wrote: I created a new bug for the pen

API review RT-30861: Add simple Font factory method for a default font of a different size

2013-06-03 Thread Felipe Heidrich
Moving API discussion to the mailing: Proposal: Add: Font#font(float)- creates new font using default font family name and given font size Font#font(String) - creates new font using given font family and default font size Comments: Phil Wrote I keep having to

Re: API review RT-30861: Add simple Font factory method for a default font of a different size

2013-06-03 Thread Gerrit Grunwald
+1 Gerrit Am 03.06.2013 um 20:26 schrieb David Grieve david.gri...@oracle.com: I would rather see the deriveFont methods, but not as factory methods. public Font deriveFont(double size) public Font deriveFont(String family) The subtle difference being that these wouldn't use default

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

2013-06-03 Thread hang . vo
Changeset: e7c0afb9923f Author:Alexander Kouznetsov Date: 2013-06-03 12:05 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/e7c0afb9923f ObservableArrayTest: Fixed RT-30865 ObservableArrayTest unit test fails !

Re: ScrollPane.prefViewportWidth == computed size?

2013-06-03 Thread Werner Lehmann
Hi Richard, thanks for the quick reply. FYI, I am currently using a hardcoded value with some extra space, hopefully sufficient for all platforms. On 03.06.2013 20:57, Richard Bair wrote: I think calling it a bug would be fair, and this approach should work. I'll create a ticket later.

Re: ScrollPane.prefViewportWidth == computed size?

2013-06-03 Thread Daniel Zwolenski
A similar, or at least related, issue I created a while back: https://javafx-jira.kenai.com/browse/RT-17988 On 04/06/2013, at 5:28 AM, Werner Lehmann lehm...@media-interactive.de wrote: Hi Richard, thanks for the quick reply. FYI, I am currently using a hardcoded value with some extra

Performance Tips n' Tricks wiki page

2013-06-03 Thread Richard Bair
Hi, We had a brief meeting this afternoon and kicked off a performance tips n' tricks wiki page, which is presently a dumping ground of ideas that will get massaged into something useful. The content on this wiki will then be used by the docs team to produce some official documentation that

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

2013-06-03 Thread hang . vo
Changeset: 8df94ef84244 Author:Jasper Potts Date: 2013-06-03 14:04 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/8df94ef84244 Added getters to SplineInterpolator internal class to be able to get data !

Re: Performance Tips n' Tricks wiki page

2013-06-03 Thread Daniel Zwolenski
This is very good. Looking forward to it growing. There's going to be a lot of work in building and maintaining that - would be great if it gets the love it needs. I do wonder if there should be a separate guide for embedded and mobile as they really are a set of unique problems that you probably

hg: openjfx/8/controls/rt: RT-27637: [TextField] Mouse click makes the caret disappear.

2013-06-03 Thread hang . vo
Changeset: 93863dfb5745 Author:leifs Date: 2013-06-03 16:18 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/93863dfb5745 RT-27637: [TextField] Mouse click makes the caret disappear. ! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextFieldSkin.java

Re: API review RT-30861: Add simple Font factory method for a default font of a different size

2013-06-03 Thread David Grieve
Ok. One other thing about deriveFont() from the CSS perspective. If Font had a FontWeight getFontWeight() and a FontPosture getFontPosture(), then I wouldn't need deriveFont(). One of the problems is dealing with font-weight: bolder and font-weight: lighter, and getFontWeight() would go a

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

2013-06-03 Thread hang . vo
Changeset: 5be62ada9a91 Author:Jasper Potts Date: 2013-06-03 16:32 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5be62ada9a91 Fixed JavaScriptBridgeTest.java so that it builds. ! webview/test/javafx/scene/web/JavaScriptBridgeTest.java Changeset: 3a038dc4f103

hg: openjfx/8/graphics/rt: 3D Viewer App: Cleanup of optimizer comments, fixed intellij files

2013-06-03 Thread hang . vo
Changeset: 6de310cbae85 Author:Jasper Potts Date: 2013-06-03 18:02 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6de310cbae85 3D Viewer App: Cleanup of optimizer comments, fixed intellij files !

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

2013-06-03 Thread hang . vo
Changeset: 228a62a674e3 Author:Jasper Potts Date: 2013-06-03 18:03 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/228a62a674e3 3D Viewer: Work on Java Source exporter !