Re: Crash when dispaying document in iChat Theater

2008-04-21 Thread Kevin Grant
Is the view drawing on a thread other than the main thread? That might not be allowed (I'm not sure about Cocoa...in Carbon this was never possible). For the doesNotRecognizeSelector case, do you see any compiler warnings about this? That would at least show if it's your code that's referring

Re: Crash when dispaying document in iChat Theater

2008-04-21 Thread Antonio Nunes
On Apr 21, 2008, at 4:55 PM, Kevin Grant wrote: Is the view drawing on a thread other than the main thread? That might not be allowed (I'm not sure about Cocoa...in Carbon this was never possible). No, it all happens on the main thread. For the doesNotRecognizeSelector case, do you see any

Re: Crash when dispaying document in iChat Theater

2008-04-21 Thread Antonio Nunes
On Apr 21, 2008, at 5:52 PM, Quincey Morris wrote: If d is a local variable, as this code fragment seems to say, what's keeping it (and therefore d.someView) from getting garbage collected as soon as it goes out of scope? 'setVideoDataSource' is documented to *not* retain the view (in