Newsgroups: comp.windows.x.motif Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!batcomputer!cornell!uw-beaver!wolf.cs.washington.edu!slh From: slh@wolf.cs.washington.edu (Scott Heyano) Subject: Re: X Toolkit warning Message-ID: <1991Apr3.100857.27708@beaver.cs.washington.edu> Sender: news@beaver.cs.washington.edu (USENET News System) Reply-To: slh@wolf.cs.washington.edu (Scott Heyano) Organization: Computer Science & Engineering, U. of Washington, Seattle References: <1991Apr3.065632.17590@ncsu.edu> Date: Wed, 3 Apr 91 10:08:57 GMT In article <1991Apr3.065632.17590@ncsu.edu> dbjoyner@eos.ncsu.edu (David Joyner) writes: |I am getting the following message from the X toolkit: | |X Toolkit Warning: | Name: workArea | Class: XmForm | Circular dependency in Form children. | |The form widget contains a menubar, label, list, and rowcolumn widget. | |Does the "Circular dependency" error come from how the widgets are |attached to the form or who the parents are? (the parent is always the |form in this case) | I think it should come from how the children are attached to each other; eg A has attachment to B and B has attachment to A. Form attachments only matter when the parent is a form.