>> 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 _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
