Path: utzoo!utgpu!watserv1!watmath!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!apple!snorkelwacker.mit.edu!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: Resources Message-ID: <9011291315.AA02822@expire.lcs.mit.edu> Date: 29 Nov 90 13:15:22 GMT References: <3673@exodus.Eng.Sun.COM> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 10 > 1) Is it possible to use X to read an X resource files without > being connected to a server? No. You must be connected to the server in order for the Xlib routines to access the database associated with it (you can have a resource file unique to every server). The question was resource *file*, not resource *property*. There is no requirement that you be connected to a server to manipulate resource *files*. Notice that XrmGetFileDatabase does not take a display argument.