Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Is it possible to view Apple IB 'nib' files in Gorm

Path: g2news1.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.supernews.com!news.supernews.com.POSTED!not-for-mail
NNTP-Posting-Date: Sat, 04 Sep 2010 15:27:35 -0500
From: Peter Huber <peterh...@sympatico.ca>
Newsgroups: gnu.gnustep.help
Subject: Re: Is it possible to view Apple IB 'nib' files in Gorm
References: <peterhub2-264FA7.11540928082010@news.supernews.com> <1fb975b8-7b30-41d9-b4a1-13c234d410dc@n3g2000yqb.googlegroups.com>
User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X)
Date: Sat, 04 Sep 2010 16:27:34 -0400
Message-ID: <peterhub2-7E4CBF.16273404092010@news.supernews.com>
Lines: 37
X-Trace: sv3-ycOnlEiznxiNPi1QeFxDS14grf2GNALcv/LVxoxHV40Dm7i1oMNMgsm67OpKmP8WsIYyVvLBLwlMVHX!hB+AGeAAmXoql3UxP085ALrTds5yE5HkiKdHjaB3FfMQ1Wk0J1EhNC7i22XePJfTmIH5kU2xGswh!GUbbJXg2eBazuypJ
X-Complaints-To: www.supernews.com/docs/abuse.html
X-DMCA-Complaints-To: www.supernews.com/docs/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40

In article 
<1fb975b8-7b30-41d9-b4a1-13c234d41...@n3g2000yqb.googlegroups.com>,
 "h...@computer.org" <h...@computer.org> wrote:

> On 28 Aug., 17:54, Peter Huber <peterh...@sympatico.ca> wrote:
> > Hi,
> >
> > I have been trying to open a NIB file that I created with Apples's
> > Interface Builder (and then saved as a NIB instead of the default XIB),
> > transfer it to my Windows XP machine (which has GNUstep installed on it)
> > and open the NIB file with Gorm. The Gorm website mentions that Gorm can
> > handle these files, but it does not seem to work. If I try to "Open" the
> > file from within Gorm, the ".nib" files are not even displayed. If I
> > launch Gorm from the command line with the .nib file as an argument,
> > Gorm launches, but nothing is actually shown (as though I had launched
> > it without any target at all). Is what I am trying to do even possible?
> >
> > Thanks,
> > Peter
> 
> Just a thought: NIBs are bundles (with another .nib file inside), XIBs
> are files.
> 
> Did you copy the full bundle to open with Gorm?
> 
> Nikolaus

Yes, I copied the whole thing over (in Windows, the "MainMenu.nib" file 
is actually shown as a folder with two files, "designable.nib" and 
"keyedobjects.nib" in it). This arrangement seems to work with my app on 
Windows - that is, I see the main window and the correct content and 
everything (just the menus don't seem to work for some reason), I just 
would like to be able to edit the NIB files in Gorm instead of having to 
go back to IB all the time.

Thanks,
Peter