[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: About others gorm files
From: |
Germán Arias |
Subject: |
Re: About others gorm files |
Date: |
Wed, 04 Feb 2009 18:50:15 -0600 |
OK, I solved the problem with a Bundle. Thanks.
El mié, 04-02-2009 a las 08:28 +0100, comrade@obverse.com.au escribió:
> >> 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
>