Re: IB problem (no palettes)
Re: IB problem (no palettes)
- Subject: Re: IB problem (no palettes)
- From: Vince DeMarco <email@hidden>
- Date: Mon, 8 Oct 2001 11:39:40 -0700
On Saturday, October 6, 2001, at 10:40 pm, email@hidden wrote:
Everyone:
I am trying to get the IB running under OS 10.1, and I am having
difficulties. I have recently installed the OS 10.1 update, and the OS
10.1 tools, and have the following problem:
When I launch IB and select the window in the default .nib file (from a
blank Cocoa project), no entries come up in the palette window. So I
cannot add buttons, text fields, etc...
As I am relatively new to OS 10 programming (just started), I am sure
this is a newbie question, and there is a simple fix -- but after
scanning the back posts, and reading the IB FAQ, I've got no insight...
(BTW --> I am trying to learn Cocoa from the O'reilly book, and can get
the Hello World running, but not the first time display example...
Additionally, the example in the O'Reilly book has 4 entries in the IB
'.nib' display window [File's Owners, First Responder, MainMenu, Window],
yet mine has only 2 [MainMenu, Window]. Is this problem interrelated
with the other?!?)
I have tried reinstalling the tools again, with no luck. Also it doesn't
seem that I have the /Developer/Palettes or the /Library/Development
Tools/Pallettes directories (or ANY of the 5 defaults that IB supposedly
loads at boot). I assume this is intimately related to the problem....
Has anyone seen this problem or knows an answer?!?
do this from the command line
defaults delete com.apple.InterfaceBuilder
and all should be okay again.
vince