Path: utzoo!yunexus!ists!helios.physics.utoronto.ca!news-server.csri.toronto.edu!mailrus!uunet!snorkelwacker!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: Toolkit is not reading my resource file Message-ID: <9005291347.AA11876@expire.lcs.mit.edu> Date: 29 May 90 13:47:27 GMT Article-I.D.: expire.9005291347.AA11876 References: <862@rm1.UUCP> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 13 I looked at the source code for the intrinsic and it was obvious that it didn't do anything with XAPPLRESDIR. In its place, it built a filename consisting of the home directory, a dot and then the class name. The R3 Intrinsics specified approximately this behaviour: it did not specify that a dot should be inserted. The MIT R3 implementation followed the specification, and I believe the XUI documentation matched R3, but the XUI implementation inserted the dot. The XUI implementation is incorrect. Note that the R4 Intrinsics have generalized this lookup mechanism.