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 o

Re: Future of JavaFX

2015-12-02 Thread Florian Brunner
ished/ configured it should even be possible to set-up another CI server job for 2 way synchronization, as it can be made sure everything has been reviewed by an accepted reviewer. -Florian Am Mittwoch, 2. Dezember 2015, 23.43:44 schrieb Florian Brunner: > Some time ago there actaully was a OpenJ

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 signer

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 of

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 at

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
herefore makes > > use of the OpenJDK infrastructure. My main point is that any movement > > regarding infrastructure is guided by an over-arching infrastructure > > team, in conjunction with the OpenJDK masters. OpenJFX can't work > > independent of this. > > > > --

OpenJFX mirror at BitBucket?

2015-03-17 Thread Florian Brunner
Hi, AFAIK there is/ was a mirror of OpenJFX at BitBucket. I think the URL was https://bitbucket.org/openjfxmirrors, but it's not valid anymore. Is there still a mirror of OpenJFX at BitBucket? A fork/pull-request workflow is state-of-the-art nowadays in software development and way better tha

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: > http://www.oracle.com/technetwork/java/javase/jdk-8

Re: SplitPane layout question

2015-01-14 Thread Florian Brunner
I've cross-posted the question here: http://stackoverflow.com/questions/27953751/splitpane-layout-issue I'm still looking for solutions. -Florian Am Montag, 5. Januar 2015, 22.35:48 schrieb Florian Brunner: > Hi Scott, > > Thanks for your answer. > > Unfortunatly,

Re: SplitPane layout question

2015-01-05 Thread Florian Brunner
cott > > > On Dec 22, 2014, at 7:13 AM, Florian Brunner wrote: > > > > Hi, > > > > Sometimes when I'm setting the divider positions of a SplitPane > > programmatically my value get overridden again by some JavaFX internal > > layout code. > >

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 trac

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
Yes, that did the trick. Thanks! For Maven this would be: ... -javafx ... -Florian Am Freitag, 16. Mai 2014, 17.31:54 schrieb Kevin Rushforth: > Try: > > javadoc -javafx ... > > -- Kevin > > Florian

Javadoc: docklet, properties, getters and setters

2014-05-16 Thread Florian Brunner
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 and the setters. I noticed however, that the JavaFX 8 Javado

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 JavaF

Re: Launching JavaFX apps

2014-01-18 Thread 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 with a custom Maven Plugin, which makes sure the application can start. Another related question: While the Ant task for Ja

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

2014-01-07 Thread Florian Brunner
014, 11.23: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: > >

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

2014-01-02 Thread Florian Brunner
tener() { @Override public void onChanged(Change change) { System.out.println("Change!"); } }; ... in constructor: control.getDockingSplitPaneChildren().addListener(dockingSplitPaneChildrenListener); -Florian Am Donnerstag, 2. Januar 2014, 22.51:23 schrieb

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: https://sourceforge.net/p/drombler/drombler-fx/ci/default/tree/drombler-f

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

2013-11-13 Thread Florian Brunner
s to create a new OpenJDK > > project, is it not? Can you take a look at the OpenJDK bylaws and report > > back on the process? I think it would be awesome to do a port. Note that > > there are a few OpenJDK ports already which have ARM support, you might > > want to look there a

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

2013-11-08 Thread Florian Brunner
(see: http://wiki.drombler.org/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 > > P

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 AWT

Re: FXMLLoader & BuilderFactory

2013-05-31 Thread Florian Brunner
tializable.html > > Does that give you the hook ins you need? > > On 30/05/2013, at 8:03 AM, Florian Brunner wrote: > > > Hi, > > > > I'm experimenting with FXMLLoader. Is there a way to get notified, when an > > instance gets created? &g

FXMLLoader & BuilderFactory

2013-05-29 Thread Florian Brunner
Hi, I'm experimenting with FXMLLoader. Is there a way to get notified, when an instance gets created? I tried to work with a wrapper class for BuilderFactory, like this: public class WrapperBuilderFactory implements BuilderFactory { private final BuilderFactory builderFactory; public

FXMLLoader, Custom Controls and Controller

2013-05-29 Thread Florian Brunner