>> Where does this go as it is drawing the image, not the text? The image is >> drawn with a RectFill call?? > > Ah, sorry. I meant to say: > > NSRectFillUsingOperation(rect, NSCompositeSourceOver); > > Note that point here is that however the image is finally drawn, you > have to make sure you're drawing it using the 'NSCompositeSourceOver'. > NSRectFill will implicitly use NSCompositeCopy (as the docs mention). > > Does that do the trick? > > David >
Indeed it does. Many thanks! Trygve _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com