Path: utzoo!attcan!uunet!seismo!sundc!pitstop!male!sun-arpa!ames!pasteur!ucbvax!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: placement of several Core widgets within a viewport widget Message-ID: <8904181939.AA21161@expo.lcs.mit.edu> Date: 18 Apr 89 19:39:54 GMT References: <2421@lll-lcc.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 20 > I have 3 Core widgets, each of which holds a digitized color image. I > would like to display all 3 widgets, plus some text, within a viewport > widget. > Am I going about this correctly? Not really, how about putting each of your core widgets and the text widget inside a form which is inside the viewport. I suspect that the problem that you are having is that the viewport does not know how to deal with more than one child. Thus you need another composite widget between the viewport and the children. In this case a Form or Box widget will work quite well. > On a slightly different topic... See my earlier message about this. Chris D. Peterson MIT X Consortium