discuss-gnustep
[Top][All Lists]
Advanced

[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 12:52:23 -0600

El mié, 04-02-2009 a las 01:36 -0500, Gregory Casamento escribió:
> 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.
> 
> GC

OK, after try the app without helpfile, only the help panel, this work
fine. Then, as you said, the problem is when the gorm file try to load
the help file. But, why? Why in Project Center work fine? I add the help
file into Documentation in Project Center. The file is added in
Resources/welcome.rtfd. I have something like this in the awakeFromNib
method

[texto readRTFDFromFile: @"Resources/welcome.rtfd"] ;

Of course, if I put the full path, this work, but I don't want to do
that. I try with

[texto readRTFDFromFile: @"welcome.rtfd"] ; 

don't work. 
    





reply via email to

[Prev in Thread] Current Thread [Next in Thread]