Re: [NSCFNumber intValue]: unrecognized selector

2008-09-28 Thread Steve Rossi
On Sep 26, 2008, at 11:12 PM, Clark Cox wrote: On Fri, Sep 26, 2008 at 8:57 PM, <[EMAIL PROTECTED]> wrote: On Sep 26, 2008, at 11:22 AM, j o a r wrote: On Sep 25, 2008, at 6:22 AM, Steve Rossi wrote: I've deduced that he crash seems to be something timing related which occurs only at a

Re: [NSCFNumber intValue]: unrecognized selector

2008-09-26 Thread cocoa-dev-owner
On Sep 26, 2008, at 11:22 AM, j o a r wrote: On Sep 25, 2008, at 6:22 AM, Steve Rossi wrote: I've deduced that he crash seems to be something timing related which occurs only at application startup, and only under certain conditions (i.e. reproduce occassionlly by opening an NSOpenPanel

Re: [NSCFNumber intValue]: unrecognized selector

2008-09-26 Thread j o a r
On Sep 26, 2008, at 4:36 PM, Steve Rossi wrote: Yes, that is correct. A separate thread is spawned which updates the model - consequently driving UI updates based on KVO notifications. It is the only thread that is updating the model - the main thread does very little except respond to fairl

Re: [NSCFNumber intValue]: unrecognized selector

2008-09-26 Thread j o a r
On Sep 25, 2008, at 6:22 AM, Steve Rossi wrote: I've deduced that he crash seems to be something timing related which occurs only at application startup, and only under certain conditions (i.e. reproduce occassionlly by opening an NSOpenPanel modal dialog before the application is fully up

[NSCFNumber intValue]: unrecognized selector

2008-09-26 Thread Steve Rossi
hread cyclically updates the data about 8x per second by means of a timer in the secondary thread's run loop. I use Cocoa bindings to display the data in the UI. I'm sure the problem is happening in the bindings, but I'm having trouble finding where. The actual error is : -