Sam Cooper
Sam Cooper
As far as I am aware, Robert is waiting for some JDK bugs to be fixed before continuing this (excellent) work. See this discussion (about half way down): https://github.com/RobertBColton/DockFX/pull/10 One...
@kladimir did all the clever work, and updated Roberts demo to use it: https://github.com/Kladimir/DockFX/blob/master/src/main/java/org/dockfx/demo/DockFX.java#L121 Note though, it is FXML support for dock node contents not FXML support for docked node...
I would suggest moving this conversation over to: https://github.com/ClearControl/DockFX And re-create the issue there (linking back to this one) as I think this is a subject that @hkmoon is keen...
I've modified your demo code to illustrate the problem: ``` private void launchDemo(Stage primaryStage) { primaryStage.setTitle("DockFX"); // create a dock pane that will manage our dock nodes and handle the...
Can you try it in my fork as I've been doing a lot of work in this area.
Hmm.... It would hopefully be fixed by this if I get a chance to work on it: https://github.com/ClearControl/DockFX/issues/17 I did have it working but there was a problem with missing...
This original version by Robert has been frozen until a couple of issues have been fixed in JavaFX. There is a much expanded fork here https://github.com/ClearControl/DockFX that some of us...