Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!kit From: kit@EXPO.LCS.MIT.EDU (Chris D. Peterson) Newsgroups: comp.windows.x Subject: Re: Form widget size restrictions? Message-ID: <8904241914.AA05557@expo.lcs.mit.edu> Date: 24 Apr 89 19:14:29 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 29 [ "Ned D. Danieley" writes: ] > Now what I want to do is click on one of the buttons > in TopForm, and create another form widget. The problem I'm having is > that this second form, which I make a child of toplevel... Shell Widgets can only have one child, if you want to have more than one child in a Shell you need to put another widget layer in the application. from this: child shell -> topForm -> child -> other form to this: child shell -> composite widgete -> topForm -> child -> other form Chris D. Peterson MIT X Consortium