Controller

Is it possible to diplay a formindialog and remove the controller Only while form is displayed via the method

Thanks,
Erich

Nope. You cannot dynamically “set” the controller at runtime - it’s a design time property only.

You can design your own custom controller, that you can hide/show/change whenever you want:

Place a JSPlitPane bean om your form, place teh form you want as controller on the left part and any other form on the right part.

You can set the divider size, position and location through scripting.

There you go, exactly the same as what Servoy offers, but with the added features many people have requested.

Paul

You can also do what I do - create a tabless tabpanel and then you can show/hide/change it at runtime. You can even move it around the screen, etc.