Hi Nick,
On 26/01/2010, at 6:06 AM, Nick Zitzmann wrote:
> On Jan 24, 2010, at 6:14 PM, Jo Meder wrote:
>
>> My guess is that [NSApplication runModalForWindow:] is trying to send a
>> message to my window object which has been released by now perhaps? I think
>> I'm probably not getting someth
On Jan 24, 2010, at 6:14 PM, Jo Meder wrote:
> My guess is that [NSApplication runModalForWindow:] is trying to send a
> message to my window object which has been released by now perhaps? I think
> I'm probably not getting something to do with object lifetimes here or
> something. Does anyone