Re: Removal of apps/scenebuilder from OpenJFX repo

2018-03-12 Thread Florian Brunner
OK, this still comes a bit as a surprise as the source code has been kept in the repo and was not just provided as a ZIP file. I'm currently working on a tool based on the SceneBuilder Kit. I needed to work on the code a bit and was planning to donate the code back to OpenJFX once released, as

Style a Popup in a Skin

2017-09-08 Thread Florian Brunner
Hi, Sorry to bother this list with this question, but I didn' receive any answer on Stackoverflow and I'm not sure if or how this is supported at all: https://stackoverflow.com/questions/45467626/custom-skin-style-popup https://stackoverflow.com/questions/14610639/custom-control-opaque-popup In

Module dependencies

2017-08-25 Thread Florian Brunner
Hi, I'm still new to the Jigsaw module system, but I've found some documentation which is strange: The Javadoc states that javafx.base depends on java.base: http://download.java.net/java/jdk9/docs/api/javafx.base-summary.html But when we look at the source code, we see that javafx.base depends

Re: Future of JavaFX

2015-12-02 Thread Florian Brunner
Some time ago there actaully was a OpenJFX mirror repository on BitBucket. I'm not totally sure anymore why this was stopped. I think it needs someone who keeps the repositories in sync and there were some concerns that it's harder to control who wrote a patch. But maybe the idea with CLA

Re: Future of JavaFX

2015-11-30 Thread Florian Brunner
I read this article as well some days ago. It has some very valid points, but all in all I think JavaFX is still the best option out there. That said I was quite surprised that I got confronted today with the very same article by colleagues of mine who are in charge with company-wide adoption

JavaFX community site

2015-11-23 Thread Florian Brunner
Hi, There used to be a JavaFX community site with a nice blog aggregator and other useful information: http://community.java.net/community/javafx Now this gets redirected to a seemingly new platform: https://community.oracle.com/community/java The actual new sub-site for JavaFX can be found

Re: JavaFX features in JDK 9

2015-07-01 Thread Florian Brunner
Hi Kevin, Thanks for the update. Back in 2012 there was the following statement from Oracle: Oracle intends to standardize relevant parts of JavaFX through the JCP in the Java SE 9 time frame. http://www.oracle.com/us/corporate/press/1854982 What about this plan? -Florian Am Samstag, 27.

Re: OpenJFX mirror at BitBucket?

2015-03-17 Thread Florian Brunner
by an over-arching infrastructure team, in conjunction with the OpenJDK masters. OpenJFX can't work independent of this. -- Jonathan On 18/03/2015 10:50 a.m., Florian Brunner wrote: Hi, AFAIK there is/ was a mirror of OpenJFX at BitBucket. I think the URL was https

Re: JDK 8u33 for ARM and JavaFX

2015-01-22 Thread Florian Brunner
Indeed, this is really bad news then. :-( JavaFX gets further from write once run anywhere instead of closer. :-( -Florian Am Mittwoch, 21. Januar 2015, 06.52:58 schrieb Ladislav Török: Hi, from Release Notes for JDK 8u33 for ARM (see:

Re: SplitPane layout question

2015-01-05 Thread Florian Brunner
the divider with the mouse anymore. During the re-layout the issue still persisted. What else could I try? -Florian Am Montag, 22. Dezember 2014, 07.19:37 schrieb Scott Palmer: The min/max sizes of the children are probably being respected. Scott On Dec 22, 2014, at 7:13 AM, Florian

SplitPane layout question

2014-12-22 Thread Florian Brunner
Hi, Sometimes when I'm setting the divider positions of a SplitPane programmatically my value get overridden again by some JavaFX internal layout code. For debugging purposes I've added a listener to the position property of the divider and have thrown a RuntimeException to see the stack

Tutorials for Custom Controls?

2014-06-19 Thread Florian Brunner
Hi, Earlier this year I added some Jira issues asking for more tutorials on how to write custom controls: https://javafx-jira.kenai.com/browse/RT-36437 Any chance we could get such tutorials? -Florian

Re: Javadoc: docklet, properties, getters and setters

2014-05-17 Thread Florian Brunner
... -- Kevin Florian Brunner wrote: As far as I'm aware, with Java SE 8 you don't have to specify a docklet anymore. The default docklet already supprts JavaFX properties. But when I generate the Javadoc, the section Property description: ... is missing in the getters

Re: Launching JavaFX apps

2014-02-12 Thread Florian Brunner
Could someone elaborate on this? Thanks! -Florian Am Samstag, 18. Januar 2014, 13.27:07 schrieb Florian Brunner: Hi Kevin, Thanks for this clarifiacation! I'm also interested in this kind of information as I'm in the process of upgrading Drombler FX to JavaFX 8 and Drombler FX comes

Re: Regression: JavaFX 8 doesn't call listeners in Skin implementations

2014-01-07 Thread Florian Brunner
:03 schrieb Stephen F Northover: Hi Florian, I would enter a JIRA with the steps to make the problem happen and the smallest possible example code that shows it. Thanks, Steve On 2014-01-02 5:10 PM, Florian Brunner wrote: I also tried to add a listener directly

Regression: JavaFX 8 doesn't call listeners in Skin implementations

2014-01-02 Thread Florian Brunner
Hi, I'm in the process of upgrading Drombler FX to JavaFX 8 and hit another regression issue: JavaFX 8 doesn't call listeners in my Skin implementation (it used to work with JavaFX 2.x !) Here is the Skin implementation:

Re: Regression: JavaFX 8 doesn't call listeners in Skin implementations

2014-01-02 Thread Florian Brunner
(dockingSplitPaneChildrenListener); -Florian Am Donnerstag, 2. Januar 2014, 22.51:23 schrieb Florian Brunner: Hi, I'm in the process of upgrading Drombler FX to JavaFX 8 and hit another regression issue: JavaFX 8 doesn't call listeners in my Skin implementation (it used to work with JavaFX 2.x !) Here is the Skin

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

2013-11-08 Thread Florian Brunner
Yes, I agree, we need professional JVM ports for iOS, Android and Windows 8. @Oracle: Could you set up the according project sites for these 3 platforms on openjdk.java.net and document what exactly has to be done to port OpenJDK (at least some kind of JavaFX compact profile e.g. without the

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

2013-11-08 Thread Florian Brunner
/DromblerFX ). -Florian Am Freitag, 8. November 2013, 22.53:26 schrieb Dalibor Topic: On 11/8/13 10:30 PM, Florian Brunner wrote: @Oracle: Could you set up the according project sites for these 3 platforms on openjdk.java.net Please see http://openjdk.java.net/projects/ for how Projects