Andres Almiray

Results 758 comments of Andres Almiray

@kevinrushforth should the discussion be moved to the mailing list?

@martinfrancois @genron this is the issue we discussed during JavaFX Days Zurich 😄

A custom `Field` and `SimpleControl` may be used to solve this issue. At first glance there may be no need to make API changes.

Version `1.2.1` supports static forms only. Adding support for dynamic forms requires making`Group`/`Section`/`Form` be mutable, triggering events whenever their structure change so that form/group/section renderers react accordingly. I can prototype...

Chatting with @martinfrancois and @genron during JavaFX Days Zurich I discovered that PreferencesFX supports dynamic forms. I would be great to port back this feature to FormsFX and keep both...

Could you share more information about your setup? Is there by any chance any file dependency set on the root directory? Otherwise the `.gradle` directory should not cause a problem

1. does it really need the whole IntelliJ classes in the classpath in order to run? 2. did you apply the shadow plugin? @vyazelenko methinks we may need to provide...

I think there may be a misunderstanding in the usage of shadow for 2.; the jmh plugin creates a fat jar of your production classes, alongside JMH and project dependencies....

the shadow task is called internally. If the `shadow` plugin is explicitly added to the build then the fat jar is created using a task of type `ShadowJar`, otherwise the...