Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!haven!mimsy!mojo!russotto From: russotto@eng.umd.edu (Matthew T. Russotto) Newsgroups: comp.sys.mac.programmer Subject: Re: PaintRect() broke on MacPlus? Message-ID: <1990Sep7.235133.17609@eng.umd.edu> Date: 7 Sep 90 23:51:33 GMT References: Sender: news@eng.umd.edu (The News System) Organization: College of Engineering, Maryversity of Uniland, College Park Lines: 12 In article time@tbomb.ice.com writes: > >I am using MPW to develop an application. In that application, I am >using controls (custom built) that use PICT's. For some reason, which >I can not understand, the following code perfectly "dims" the controls >on any machine except a MacPlus. Anyone possibly know why? > PenMode(srcBic); ALERT! ALERT! 'src' modes should only be used for CopyBits and that sort of thing-- for pen and line drawing use the 'pat' modes. PenMode(patBic); (This restriction was removed in the Mac SE)