PDFView drawPagePost: does nothing

Christiaan Hofman <[email protected]> Mon, 16 May 2011 11:22:28 +0200
Newsgroups gmane.comp.macosx.devel
Message-ID <[email protected]>
I am trying to subclass a PDFView overriding -drawPagePost: to add some custom highlights.. However, none of my drawing is visible on the drawn page. In the overridden method I have transformed the current graphics context to go to page space using -transformContextForBox: (though this makes no difference). Does anyone know what's going on, and has anyone ever succeeded in drawing using this method?

thanks,
Christiaan