Re: Preloaders

2013-06-05 Thread Daniel Zwolenski
To sum up my previous major suggestions for a better world: - everything should be easily configurable via runtime params passed to packager code: input paths, output paths, paths to native tools, resources, includes, file names, etc. Everything! - web deploy code should be separate module from

Re: Preloaders

2013-06-05 Thread Danno Ferrin
For me the biggest add would be for some form of runtime configuration of the packager, as well as the bundler params. this would allow outside contributors to cerate an APK bundler or an iOS bundler of many forms without having to adjust the core code, and allowing them to be brought in at "runti

Re: Preloaders

2013-06-05 Thread Daniel Zwolenski
Great news - happy to provide more input and feedback into the new tools/APIs when you get to that. I'd guess that Danno's probably got some good input for that side of it too - would be great to keep the conversations open and on this mailing list. For my money, I'd vote for only show stopper bug

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

2013-06-05 Thread hang . vo
Changeset: 7ac411e54de3 Author:Richard Bair Date: 2013-06-05 19:08 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7ac411e54de3 RT-30499: Rename groovy/com/sun/javafx/build package to something without "build" in the name Summary: renamed package to "gradle". - gr

hg: openjfx/2u/master/rt: Added tag 2.2.40-b28 for changeset fac50f983ffa

2013-06-05 Thread hang . vo
Changeset: 6b5ccbc93d06 Author:hudson Date: 2013-06-05 13:23 -0700 URL: http://hg.openjdk.java.net/openjfx/2u/master/rt/rev/6b5ccbc93d06 Added tag 2.2.40-b28 for changeset fac50f983ffa ! .hgtags

hg: openjfx/8/graphics/rt: Fix to RT-30340: Functional regression in Charts.Scatter benchmark on embedded since h995 of graphics scrum

2013-06-05 Thread hang . vo
Changeset: e7050b44101a Author:Chien Yang Date: 2013-06-06 09:32 +0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/e7050b44101a Fix to RT-30340: Functional regression in Charts.Scatter benchmark on embedded since h995 of graphics scrum Reviewed by Kevin ! prism-comm

hg: openjfx/8/graphics/rt: RT-30955 JDK-8015656 causes gradle build breakage

2013-06-05 Thread hang . vo
Changeset: f44e9ccc9d15 Author:Richard Bair Date: 2013-06-05 16:25 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/f44e9ccc9d15 RT-30955 JDK-8015656 causes gradle build breakage ! gradleBuildSrc/build.gradle

Re: [API review] RT-30668: ClipboardContent has buggy API

2013-06-05 Thread Richard Bair
> Issue 1: > Every putSomething method documentation says: > * Setting this value to null effectively clears it from the clipboard. > * @throws NullPointerException if null reference is passed > > We need to choose one of the two described behaviors. Currently the code > throws NPE. > For some co

hg: openjfx/8/graphics/rt: fix .classpath

2013-06-05 Thread hang . vo
Changeset: d9e00fa40ee1 Author:snorthov Date: 2013-06-05 18:58 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/d9e00fa40ee1 fix .classpath ! .classpath

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

2013-06-05 Thread hang . vo
Changeset: fc584651b922 Author:snorthov Date: 2013-06-05 18:29 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/fc584651b922 Backed out of changeset 3837:4f4bc0128afe ! javafx-ui-common/src/com/sun/javafx/tk/Toolkit.java ! javafx-ui-common/src/javafx/scene/Scene.java

hg: openjfx/8/graphics/rt: RT-30954: Open Source javafx-accessible

2013-06-05 Thread hang . vo
Changeset: 1725cd8784b0 Author:rbair Date: 2013-06-05 14:35 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1725cd8784b0 RT-30954: Open Source javafx-accessible ! generator.gradle ! glass/build-closed.xml + javafx-accessible/build-closed.xml + javafx-accessible/buil

JDK 8 dependency

2013-06-05 Thread Richard Bair
Hi guys, To help the JDK 7 back port effort, I wanted to bring up a JIRA issue which will have some impact on that back port to both let you know the issue and see what you think about it. Basically, until we fix this issue, the JDK cannot remove some code that they are planning to remove in 8.

hg: openjfx/8/graphics/rt: RT-13813: Full screen overlay warning needs to be MT safe

2013-06-05 Thread hang . vo
Changeset: 4f4bc0128afe Author:snorthov Date: 2013-06-05 16:28 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/4f4bc0128afe RT-13813: Full screen overlay warning needs to be MT safe ! javafx-ui-common/src/com/sun/javafx/tk/Toolkit.java ! javafx-ui-common/src/javafx/

ObservableValue Stacktrace

2013-06-05 Thread John Hendrikx
Hi List, I'm getting some log messages sometimes (see at the end) about properties being null (whereas I didn't get them before in JavaFX 2.2). Is this intended as an informative message to the developer, something I should report, or just debug code for the JavaFX team? In this case, the b

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

2013-06-05 Thread hang . vo
Changeset: dc90699e1820 Author:snorthov Date: 2013-06-05 14:55 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/dc90699e1820 [COSMETIC CHANGE ONLY] workaround for Eclipse compiler ! apps/experiments/3DViewer/src/main/java/com/javafx/experiments/jfx3dviewer/TimelineC

Re: Usecase for needsLayout property?

2013-06-05 Thread John Hendrikx
Thanks Martin, I've done my best to quickly "extract" the code from my application... however, I cannot reproduce the issue there in a direct fashion -- however, I did discover an issue which may be the reason I see a partial group, I filed that as RT-30952 (TilePane doesn't appear until after

hg: openjfx/8/graphics/rt: RT-30862: Animated text leaves cheese on the scene

2013-06-05 Thread hang . vo
Changeset: c549e432383d Author:Felipe Heidrich Date: 2013-06-05 11:39 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c549e432383d RT-30862: Animated text leaves cheese on the scene ! prism-common/src/com/sun/prism/impl/GlyphCache.java

hg: openjfx/8/graphics/rt: [COSMETIC CHANGE ONLY] workaround for Eclipse compiler

2013-06-05 Thread hang . vo
Changeset: 786c1575aac2 Author:snorthov Date: 2013-06-05 13:19 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/786c1575aac2 [COSMETIC CHANGE ONLY] workaround for Eclipse compiler ! javafx-beans/src/javafx/collections/transformation/SortedList.java

hg: openjfx/8/graphics/rt: RT-30916 Winlauncher.cpp failing to compile with Gradle

2013-06-05 Thread hang . vo
Changeset: 18e84f5dbf41 Author:kcr Date: 2013-06-05 09:53 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/18e84f5dbf41 RT-30916 Winlauncher.cpp failing to compile with Gradle Contributed-by: Mark Howe Reviewed-by: ngthomas, kcr ! deploy/packager/native/windows/WinLa

Re: Preloaders

2013-06-05 Thread Mark Howe
I actually spent at least half my time on the packager the last two weeks - woo hoo :). Still have other priorities but am finding time for the packager. Working on a few critical packager bugs right now. Then later this week going to finally get Danno's patches in. There are a lot of packager b

JAVAFX & Android

2013-06-05 Thread Francisco Javier Godino
Hello: I would like to create applications on Android. Someone know when will be possible? How I can begin with android? Thanks a lot!!! Javier

hg: openjfx/8/graphics/rt: Layouts - getChildren() optimization

2013-06-05 Thread hang . vo
Changeset: cfc2addd8247 Author:Radko Najman Date: 2013-06-05 15:39 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/cfc2addd8247 Layouts - getChildren() optimization ! javafx-ui-common/src/javafx/scene/layout/AnchorPane.java ! javafx-ui-common/src/javafx/scene/layou

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

2013-06-05 Thread hang . vo
Changeset: 411a75a54143 Author:Martin Soch Date: 2013-06-05 15:10 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/411a75a54143 SW pipeline: fix for performance regression in image rendering (RT-30710) ! prism-sw-native/src/JPiscesRenderer.c ! prism-sw-native/src/Pi

Re: Preloaders

2013-06-05 Thread Daniel Zwolenski
Thanks Mark. If the user sets a preloader in the plugin I'm going to pass that same class to the jar and to the native bundle. I guess people will complain to me if that doesn't work and I'll point them your way. Are they ever going to let you do some packager stuff? I gave up waiting for the

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

2013-06-05 Thread hang . vo
Changeset: 4d270a8b1c08 Author:Martin Sladecek Date: 2013-06-05 11:08 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/4d270a8b1c08 [JAVADOC] RT-30848 Missing documentation of Region.layoutInArea + since tag to Parent#requestParentLayout ! javafx-ui-common/src/javaf

[API review] RT-30668: ClipboardContent has buggy API

2013-06-05 Thread Pavel Safrata
Hello, ClipboardContent API contradicts itself and the documentation doesn't match the behavior. Issue 1: Every putSomething method documentation says: * Setting this value to null effectively clears it from the clipboard. * @throws NullPointerException if null reference is passed We need t

Re: Usecase for needsLayout property?

2013-06-05 Thread Martin Sladecek
Hi John, the problem you described is most likely caused by something else as the layout pass occurs BEFORE the actual rendering. Also, you bind managed and visible of the entire VBox, not just the title. So it's strange that you see Label correctly laid-out, but not the content. Can you make

Usecase for needsLayout property?

2013-06-05 Thread John Hendrikx
I'm having a bit of a chicken-egg problem with regards to some dynamically sized components I'm displaying in my application. Description: I have a group with a title that wraps some content and displays a title above it -- the entire group, including the title must be hidden and unmanaged whe

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

2013-06-05 Thread hang . vo
Changeset: 2d44c792b77d Author:psomashe Date: 2013-06-05 00:01 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/2d44c792b77d Backed out changeset a2978f7aae56 ! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TabPaneSkin.java Changeset: a6e13c635c15 Author: