Newbie Question: I'm stuck on page 203 Building Cocoa Application Step by Step
Newbie Question: I'm stuck on page 203 Building Cocoa Application Step by Step
- Subject: Newbie Question: I'm stuck on page 203 Building Cocoa Application Step by Step
- From: George Greene <email@hidden>
- Date: Sun, 2 Nov 2003 12:59:12 -0500
I'm using Mac OS X 10.2.8, Project Builder Version 2.1 Component
versions
PB IDE:114.0 PB Core: 1120 ToolSupport:110.
The settings for Project Builder are the defaults, I changed nothing
when I first started the program.
I'm trying to follow the example of building a Calculator in the book
"Building Cocoa Application ...". On page 203, step 35:
" 35. Inform IB that the File's Owner is Aboutpanel.nib will be of the
Controller class. Do this by clicking the File's Owner Info dialog, as
shown in Figure 6-16. (If the Info dialog isn't visible, type
Command-I). "
The problem is, when I click on the File's Owner icon, File Owner Info
does not show me any class under attributes. I see Not Applicable
under Attributes
For those who do not have this book, in this part of the application,
I'm suppose to build an About Box Nib. If I understand the reading, it
should load when the user click on About Calculator from the
Calculator's application menu. According to the text, the program will
eventually use the loadNibNamed:owner: message that the Controller's
showAboutPanel: method sends to the NSApplication object. I said
eventually only because I'm stuck, not because it is wrong. I'm just
learning so I would not know.
Thanks,
george.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.