Edvin Syse
Edvin Syse
Do you mean that we should show the meta data involved in registering an activator?
OK, will do :) Thanks, Ron!
I'm not actively adding support to the controlsfx-project, but by looking at how the integration is done you should be able to add support for GridView and supply a PR...
That was my initial goal, but I was unable to find an elegant solution without resorting to annotations and other ugliness. In practice there is very little friction/overhead in doing...
This is nicely solved in the validation support inside of the form builder. Please see Validation section of the guide, on this page: https://github.com/edvin/tornadofx-guide/blob/master/part1/11.%20Editing%20Models%20and%20Validation.md
Hi! Cool! Pull request would be very good!
This would be very helpful. You can get a Component instance by calling `FX.find()` at any time, it has the same effect as injection. In a pinch you can even...
Thanks! I will try to figure out how to include them and get back to you :)
I think I need to extract those from `project.configurations.runtime.resolvedConfiguration` somehow, but I can't figure out exactly how. I might need some Gradle expert help here. Anyone?
You need to pass the appropriate parameters to `javapackager` as per the documentation: https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javapackager.html Are those files for InnoSetup perhaps? There is nothing InnoSetup specific in FXLauncher. If InnoSetup is...