On 31 Oct 2007, at 3:57 PM, Adam R. Maxwell wrote: > > On Oct 31, 2007, at 6:40 AM, Christiaan Hofman wrote: > >> >> On 27 Oct 2007, at 7:44 PM, Adam R. Maxwell wrote: >> >>> >>> On Oct 27, 2007, at 10:09 AM, Christiaan Hofman wrote: >>>> >>> PDFKit in Leopard has /many/ bug fixes. The updating on a timer is >>> gone, along with some other strange hacks. BDSKZoomablePDFView no >>> longer works, as a consequence, but I never had time to pursue that >>> with Apple. >>> >> [snip] >> >> What is the problem with BDSKZooomablePDFView? Does the popup not >> appear? > > Yeah, that private method is no longer called, and neither is > drawRect:. There were a bunch of issues with moving it into drawPage: > last I tried (months ago), but since it no longer draws at all, I > decided to live without it. > > -- > adam
We could use some more object swizzling or class posing for NSScrollView, and let the scrollView handle the insertion of the popups in -tile. Christiaan ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ skim-app-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/skim-app-develop
