Hello everybody!
Does anybody have any example or tip for how to add new Form fields after changing the selection in a combobox?
In my App (a Protegé ontology based application) I need to select first the type of Object to be instantiated (per Select List), and then after firing a ChangeListener the same form should show the new fields for the Properties of this Object. These fields are not known until the Listener is fired and the new selection is read.
As I have found on the documentation, it could be possible using a child Form.
But I´m not sure about the backing form objects. Must they also have a Composition relationship, or could they be fully decoupled?
I´ve been trying this unsuccessfully long enough and have not found any examples for this issue, so I would appreciate very much any kind of help.
Thanks![]()



Reply With Quote
... so I used two independent forms called in 2 steps to solve this.
