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
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
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
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
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
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
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
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
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