Re: Crash while drawing cell in NSOutlineView

2010-02-13 Thread Henry McGilton (Boulevardier)
On Feb 13, 2010, at 7:57 PM, Trygve Inda wrote: >> Trygve Inda (cocoa...@xericdesign.com) on 2010-02-14 22:13 said: >> >>> In code based largely on Apple's SourceView, I am drawing by IconAndTextCell >>> and getting a crash... >>> >>> Anyone seen this and know what it might be? >>> >>> I have

Re: Crash while drawing cell in NSOutlineView

2010-02-13 Thread Trygve Inda
> Trygve Inda (cocoa...@xericdesign.com) on 2010-02-14 22:13 said: > >> In code based largely on Apple's SourceView, I am drawing by IconAndTextCell >> and getting a crash... >> >> Anyone seen this and know what it might be? >> >> I have added code to draw a badge which I am updating frequently

Re: Crash while drawing cell in NSOutlineView

2010-02-13 Thread Sean McBride
Trygve Inda (cocoa...@xericdesign.com) on 2010-02-14 22:13 said: >In code based largely on Apple's SourceView, I am drawing by IconAndTextCell >and getting a crash... > >Anyone seen this and know what it might be? > >I have added code to draw a badge which I am updating frequently - if I only >cal

Crash while drawing cell in NSOutlineView

2010-02-13 Thread Trygve Inda
In code based largely on Apple's SourceView, I am drawing by IconAndTextCell and getting a crash... Anyone seen this and know what it might be? I have added code to draw a badge which I am updating frequently - if I only call it once, it works ok... But if it is called rapidly I get: Thread 0 Cr