Re: Newbie Question: I'm stuck on page 203 Building Cocoa Application Step by Step
Re: Newbie Question: I'm stuck on page 203 Building Cocoa Application Step by Step
- Subject: Re: Newbie Question: I'm stuck on page 203 Building Cocoa Application Step by Step
- From: mailmanlist <email@hidden>
- Date: Sun, 2 Nov 2003 19:14:31 +0100
" 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). "
select the File's Owner press Command-I
now you see an inspector with at the top a popup button press the popup
and select the item called custom class. now you see a list of
class-names. select the controller class.
now the controller class is the file's owner.
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.
i hope this helps
luinithil
_______________________________________________
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.