Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!ogicse!cs.uoregon.edu!allenb From: allenb@cs.uoregon.edu (Allen F. Brookes) Newsgroups: comp.sys.mac.programmer Subject: copybits again Message-ID: <1990Aug23.193605.11474@cs.uoregon.edu> Date: 23 Aug 90 19:36:05 GMT References: <1540@ntmtv.UUCP> <3996@husc6.harvard.edu> Sender: usenet@cs.uoregon.edu (Netnews Owner) Followup-To: allenb@cs.uoregon.edu Organization: Department of Computer Science, University of Oregon Lines: 11 I have partially figured out my problem with copybits but not entirely. It seems that the color translation is not happening because I didn't change the seed value for the color map when I changed the map. However, when I change the seed using getctseed it screws up the colormap on the main screen even though the color map that I am changing is on a different device. I am changing the color table for the pixmap associated with my window directly since I have several offscreen bitmaps that also point to the same color table and thus I only need to make the change once. Is it a no-no to do this? Why? Any help will be appreciated. Thanks. Allen