Results 38 comments of Robert Colton

This should already be possible with setPrefSize https://github.com/RobertBColton/DockFX/blob/913531896e10672bce28bfeade7eda38eb3392e4/src/main/java/org/dockfx/demo/DockFX.java#L98 Please correct me if it does not work however.

Please see my comments on https://github.com/RobertBColton/DockFX/issues/38#issuecomment-719115108 as I am attempting to address these issues now and do need assistance in getting Azure Pipelines building.

Regarding this one, the docking in Qt Framework does not support this. The docking in Visual Studio and Unity3D's IDE do however. I am editing this original ticket to scope...

Hi Patrick, I am terribly sorry but I have not been keeping up on the Java modularization efforts. I have been busy with other open source projects in C++/Qt. I...

Small update here, I've enabled Azure Pipelines on the repository in an attempt to get CI builds going and perhaps streamline further development of the project, but have run into...

This should be possible with a floating DockNode through getStage() and then using the equivalent method for bringing a stage to the front. I also understand the importance of having...

I agree, but I think it should be implemented differently perhaps. In Qt Framework every QWidget has a raise() method to bring it to the top of its parents child...

Darn, I feel as though that's how it should behave, given that would be the behavior in Qt Framework as well. I think there is a similar option in Swing...

Yes, and they've also denied requests for a public scene traversal API. However, JavaFX uses a retained mode scene graph, so I believe all of that culling and everything should...

Can you elaborate? Is there something you would like DockFX to do to prevent/mitigate that?