Path: utzoo!attcan!uunet!cs.utexas.edu!usc!bloom-beacon!EXPO.LCS.MIT.EDU!converse From: converse@EXPO.LCS.MIT.EDU (Donna Converse) Newsgroups: comp.windows.x Subject: Re: problem with label, command, text widgets Message-ID: <8906291725.AA21689@expo.lcs.mit.edu> Date: 29 Jun 89 17:25:03 GMT References: <809@metasoft.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 16 > I am using shell widget (transientShellWidgetClass) as a parent to command, > label and text widgets A shell widget may have one child widget. > (this seems to be the only way to force their position). Try putting a form widget between the command, label, and text widgets. The form widget allows you to specify child widget placement. It sounds as though you are doing something similar to a dialog widget; you may want to consider using a dialog widget. Donna Converse converse@expo.lcs.mit.edu