[EMAIL PROTECTED] wrote: > Hello, > > I would like to know if it is possible to catch the resize event on a J > form. More specifically, I would like to have a control resized to take > all the space available in the form whenever it is resized, or maximized. > How would I go about that?
iirc, there is no form resize event although I also wish there is. Fortunately controls can be resized using size rules without programming. Open form editor, double click on the child, a dialog box appears, click the four buttons inside size rules (fix scale move). For your case, a suitable choice my be: left fix top fix right move or scale bottom move or scale -- regards, bill ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
