Path: utzoo!attcan!uunet!snorkelwacker!bloom-beacon!EXPO.LCS.MIT.EDU!converse From: converse@EXPO.LCS.MIT.EDU (Donna Converse) Newsgroups: comp.windows.x Subject: Re: prob with some resources in /usr/lib/X11/app-defaults/ file Message-ID: <8910261550.AA27604@expo.lcs.mit.edu> Date: 26 Oct 89 15:50:54 GMT References: <2643@lll-lcc.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 19 > some of the resources for positioning within an > Athena form widget appear to be ignored. For example, > > Fatrad*colorbar_label.fromHoriz: NULL and/or > Fatrad*colorbar_label.horizDistance: 5 In resource files, the Athena Form resource "fromHoriz" is used to specify placement of a child widget of the Form, as you already understand. The string value of the resource specfies a widget name, which must be a widget which is an (already created) child of the Form. What your resource specification says here is to place the colorbar_label widget 5 pixels horizontally from the widget named NULL. Understanding this should help you to get things working right. Donna Converse converse@expo.lcs.mit.edu