Re: More PDFView mysteries...

2012-06-15 Thread Antonio Nunes
On 15 Jun 2012, at 16:58, Scott Ribe wrote: >> Indeed, the only way I found to solve this is to build in 10.7.3, but >> according to my tests the issue only happens when you've attached a >> PDFThumbnailView to the PDFView. I believe otherwise the crash on close >> doesn't happen. > > I'm buil

Re: More PDFView mysteries...

2012-06-15 Thread Scott Ribe
On Jun 15, 2012, at 7:48 AM, Antonio Nunes wrote: > Indeed, the only way I found to solve this is to build in 10.7.3, but > according to my tests the issue only happens when you've attached a > PDFThumbnailView to the PDFView. I believe otherwise the crash on close > doesn't happen. I'm buildi

Re: More PDFView mysteries...

2012-06-15 Thread Antonio Nunes
On 15 Jun 2012, at 16:20, Scott Ribe wrote: >>> Ideas? Anyone else having pdfview lion problems. >> >> Yes, the problem you described, plus also fairly frequently crashes on >> closing the window--looks like invalidate being sent to a timer that no >> longer exists, when my window controller do

Re: More PDFView mysteries...

2012-06-15 Thread Scott Ribe
On Jun 15, 2012, at 7:19 AM, Scott Ribe wrote: > On Jun 14, 2012, at 3:15 PM, Matthew Weinstein wrote: > >> Ideas? Anyone else having pdfview lion problems. > > Yes, the problem you described, plus also fairly frequently crashes on > closing the window--looks like invalidate being sent to a ti

Re: More PDFView mysteries...

2012-06-15 Thread Scott Ribe
Should also have noted: I believe this problem started with 10.7.4. -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ (303) 722-0567 voice ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin reque

Re: More PDFView mysteries...

2012-06-14 Thread Kyle Sluder
On Jun 14, 2012, at 5:08 PM, Graham Cox wrote: > > On 15/06/2012, at 8:15 AM, Matthew Weinstein wrote: > >> It almost feels like the windowControllerDidLoadNib is happening too quickly >> (or something). > > > Note what that method literally tells you - the window controller loaded the > ni

Re: More PDFView mysteries...

2012-06-14 Thread Matthew Weinstein
That is a problem; I think this is a pdfkit bug, and I need to register it (slowly figuring these things out). What I did to isolate the problem was create a project with a window in which I just dropped a pdfview and pdfthumbview on (didn't even bother to change the sizing. Hardcoded an URL to

Re: More PDFView mysteries...

2012-06-14 Thread Graham Cox
On 15/06/2012, at 8:15 AM, Matthew Weinstein wrote: > It almost feels like the windowControllerDidLoadNib is happening too quickly > (or something). Note what that method literally tells you - the window controller loaded the nib. That doesn't mean that the actual window was instantiated yet

More PDFView mysteries...

2012-06-14 Thread Matthew Weinstein
Dear Cocoa-Devs, I have an app that works perfectly on snow leopard, it consists of a split view with a pdfview on top, and another view on the bottom. On lion however the pdfview is blank until I resize the window or splitview. I've tried throwing various things at the window in the windowContr