Re: PDFView not rendering pages on scroll

2013-12-23 Thread Scott Ribe
On Dec 23, 2013, at 11:34 AM, Martin Hewitson wrote: > Something else: if one uses the context menu on the PDF view to switch to > single page mode (not continuous) then you can’t switch pages. There is no > next page. I'm working on similar issues this morning, so just thought I'd note: same

Re: PDFView not rendering pages on scroll

2013-12-23 Thread Martin Hewitson
Dear list, I now have further information on this problem. I used one of my DTS tickets and I’m now in contact with an Apple engineer. So far it has not been too fruitful - I need to keep repeating that this is not an iOS issue, but an OS X issue. Anyway, I did have one interesting interaction

Re: PDFView not rendering pages on scroll

2013-11-24 Thread Martin Hewitson
Following up on this, I was able to compile my test app so that it runs on 10.6.8. And indeed the bug is still there. Very strange. This is a most trivial test app - load a pdf into a pdfview. When compiled on 10.9 with Xcode 5.0.2, the pages of the pdf do not refresh when scrolling (they remai

Re: PDFView not rendering pages on scroll

2013-11-15 Thread Martin Hewitson
Michael, Thanks for the clue. On closer inspection, I do indeed get those warnings, so I deselected those 'base' localisations, and will try this again as soon as I have access to a 10.6.8 machine. I’m really hoping that this test app shows that the PDFView problem is somehow a bug, because I t

Re: PDFView not rendering pages on scroll

2013-11-15 Thread Michael Babin
On Nov 14, 2013, at 7:09 AM, Martin Hewitson wrote: > Continuing the discussion with only myself, so far…. > > I had the idea to make a trivial test app which just has a PDFView and a > “Load” button. > > So I created the app on 10.9 with Xcode 5.0.2. It’s just a vanilla NSDocument > app wit

Re: PDFView not rendering pages on scroll

2013-11-14 Thread Martin Hewitson
Continuing the discussion with only myself, so far…. I had the idea to make a trivial test app which just has a PDFView and a “Load” button. So I created the app on 10.9 with Xcode 5.0.2. It’s just a vanilla NSDocument app with a PDFView and a button. Compiles and runs fine on 10.9. So then I

Re: PDFView not rendering pages on scroll

2013-11-04 Thread Martin Hewitson
Further info: compiling my app with SDK 10.8 under Xcode 5.0.1 on Mavericks still produces a binary that doesn’t work on 10.6.8 (regarding unrendered pdf pages). How can this be? I have been compiling the app with Xcode 4.* on 10.8 for the last year or more. I’m fairly confident that none of the