Re: PDFKit: panning the zoomed in PDF document

2012-03-28 Thread Nick
10.6 and newer. Not sure about gestures. Preview.app works fine on 10.6... Just try to click "move" button in the toolbar and drag the PDF document... > Well, you could detect a pinch too for resizing.  Is this only for 10.7 and > also how will you handle things if gestures is disabled? > > On M

Re: PDFKit: panning the zoomed in PDF document

2012-03-28 Thread Alex Zavatone
Well, you could detect a pinch too for resizing. Is this only for 10.7 and also how will you handle things if gestures is disabled? On Mar 28, 2012, at 8:15 AM, Nick wrote: > This is for Mac OS. > The functionality - similar to the Preview.app > When the user zooms in the page, and the whole pa

Re: PDFKit: panning the zoomed in PDF document

2012-03-28 Thread Nick
This is for Mac OS. The functionality - similar to the Preview.app When the user zooms in the page, and the whole page does not fit into the view, the user can pan the page to be able to browse the parts of the page that otherwise can be seen only by using scrollbars (and the latter is very inconve

Re: PDFKit: panning the zoomed in PDF document

2012-03-28 Thread Alex Zavatone
Depends on what you are trying to do. What's the total functionality you're going for? And is this for iOS or the Mac? On Mar 28, 2012, at 8:01 AM, Nick wrote: > Hello, > > I am trying to figure out how to "pan" a pdf page displayed in a > PDFView. Should I do this on my own (by intercepting

PDFKit: panning the zoomed in PDF document

2012-03-28 Thread Nick
Hello, I am trying to figure out how to "pan" a pdf page displayed in a PDFView. Should I do this on my own (by intercepting mouseDragged and setting scroll position of the surrounding NSScrollView)? I couldn't find the method for setting this "panning mode" in PDFView class (by default, a selecti