Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!elroy!ucla-cs!uci-ics!zardoz!dhw68k!bytebug From: bytebug@dhw68k.cts.com (Roger L. Long) Newsgroups: comp.sys.mac.programmer Subject: Re: Color About.. boxes Message-ID: <23778@dhw68k.cts.com> Date: 13 Jun 89 13:31:32 GMT References: <4864@uoregon.uoregon.edu> Reply-To: bytebug@dhw68k.cts.com (Roger L. Long) Organization: Wolfskill & Dowling residence; Anaheim, CA (USA) Lines: 17 In article <4864@uoregon.uoregon.edu> Pramod Daya writes: >I'm trying to create a dialog box using Resedit that uses a color >logo, and it doesn't seem to be happening. When I take a picture >that's been pasted into the scrapbook, whose resource type is >identified as both PICT and PXCR, and paste it into the dialog window >in Resedit, nothing appears - the pictures seem to get saved as PXCR >resources by Resedit, but I can't view them. THe resource appears as >few hex bytes, but no picture. The PXCR resource is a region created by PixelPaint. The Dialog Manager will have no idea what to do with a PXCR. You want the PICT resource, which you can get by using ResEdit to go into the Scrapbook first and copying the correct PICT, and then pasting it into your target resource file. -- Roger L. Long bytebug@dhw68k.cts.com