[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: About others gorm files
From: |
comrade |
Subject: |
Re: About others gorm files |
Date: |
Wed, 4 Feb 2009 08:28:09 +0100 (CET) |
User-agent: |
SquirrelMail/1.4.17 |
>> Hi, I have an app with two gorm files one is the main interface and the
>> other is the help panel. Weel, if I tray this app in Project Center,
>> work fine. But, if I run the app from a terminal, the app run, but when
>> I do Info -> Help say something like
>>
>> Exception occured while loading model: Tried to init dictionary with
>> nil value
>>
>> Could not load Gorm file: /home/german/.....
> It sounds like an issue in a method which is being called when the file is
> loaded.
>
> This can happen if there's a problem in either the init method in the
> controller or in the awakeFromNib method.
I had this when I was loading eomodels - I found the error message a bit
... opaque, and very difficult to identify the next step. Is it possible
to name the class of the controller in the Exception message?
Peter