Two possibilities: 1. get the position of the old form, put up new form and move it to that position, then close the old form. This is seen as a simple change to the original form.
2. use tabs and switch to another tab panel. The tab itself can be hidden. On Tue, Sep 16, 2014 at 9:28 AM, 'Pascal Jasmin' via Programming < [email protected]> wrote: > in Jqt, is there a way to either destroy a control by id, or clear the > whole form and add all controls again? (I guess the latter can be done by > destroying the form and recreating it) maybe one of the grids can host and > delete controls? > > Some example uses would be: Options that turn off some features. Or say > radio buttons that get created/changed based on other selections/data > highlighted. > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
