Results 576 comments of Tobias Diez
trafficstars

I think this might actually be not a problem with the plugin. In fact, adding ``` compile group: 'org.openjfx', name: 'javafx-base', version: '14', classifier: 'mac' ``` manually in the gradle...

Thanks @eugener. The problem is that your code also loads the jar files from other OS for me. I guess this issue only occurs if you don't have the sdk...

The easiest are probably the skin classes which moved from com.sun.javafx.scene.control.skin to the public package javafx.scene.control.skin. A few other things like behaviors are not that easy to fix and probably...

This issue is still present (although I understand that it's not easy to fix).

The static load mode is also helpful if you want to use the FXMLLoader more as a parser. For example, we use it to verify that each fxml file in...

I have the same problem. It works for primitive types or strings (because of https://github.com/AdamBien/afterburner.fx/blob/master/src/main/java/com/airhacks/afterburner/injection/Injector.java#L145) but not for custom/complex objects.

Since this project sadly doesn't seem to be active any more #16, I've created a fork and continued development there: https://github.com/tobiasdiez/EasyBind. I liked your changes in this PR, and thus...

Since this project sadly doesn't seem to be active any more #16, I've created a fork and continued development there: https://github.com/tobiasdiez/EasyBind. I liked your changes in this PR, and thus...