Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!mailrus!cwjcc!tut.cis.ohio-state.edu!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: any luck in using the icons w/ Xmh ? Message-ID: <8812081614.AA02325@LYRE.MIT.EDU> Date: 8 Dec 88 16:14:25 GMT References: <8812071423.AA21492@EXPO.LCS.MIT.EDU> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 10 If I try: xmh -xrm "Xmh*folderButtons.close.bitmap: close.i" i get Xt Toolkit errors complaining about cannot convert string to pixmap. [rws] Take a look at clients/xmh/icons/XmhIcons.ad. You need to specify the BitmapFilePath resource. ... or specify a full pathname for the bitmap resource value: xmh -xrm "Xmh*folderButtons.close.bitmap: /X11R3/clients/xmh/icons/close.i"