Anthony
Anthony

Reputation: 80

Is it possible to create Form Components programmatically in Install4j 7

I am trying to create a form that requires quite a large amount of components but I do not want to create them all manually. Is there a way to create these components using a Form's Pre-activation script or some other script?

Upvotes: 1

Views: 62

Answers (1)

Ingo Kegel
Ingo Kegel

Reputation: 48015

As of install4j 7, form components have to be configured statically in the IDE, there is no way to create them at runtime.

You can develop your own form component with the API that exiibits dynamic behavior, see the samples/customCode project for an example on how to get started.

Upvotes: 1

Related Questions