Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uwm.edu!linac!att!ucbvax!bloom-beacon!dont-send-mail-to-path-lines From: jordan@tcs.COM (Jordan Hayes) Newsgroups: comp.windows.x Subject: Re: Design problem in XtVaGetApplicationResources Message-ID: <9103202211.AA08488@dwight.tcs.com> Date: 20 Mar 91 22:11:45 GMT References: <3114@laura.UUCP> Sender: daemon@athena.mit.edu (Mr Background) Organization: Teknekron Communications Systems, Inc., Berkeley, CA. Who says that a database has to have something to do with a display? Lines: 9 This is a good point. I write applications all the time that have several top-level "objects" that could all use access to an AppDefaults file, but don't get one becuase the file only gets loaded when you open the display, and you can't merge them in because it would affect (adversly) any resource fetching done later on. My solution so far has been to open a new Display connection so I have a fresh database. That can get old really quick ... /jordan