Re: newb problem- Currency Converter app problem- Can't Add ConverterController Class to Nib
Re: newb problem- Currency Converter app problem- Can't Add ConverterController Class to Nib
- Subject: Re: newb problem- Currency Converter app problem- Can't Add ConverterController Class to Nib
- From: Dave Hersey <email@hidden>
- Date: Fri, 14 Mar 2008 00:33:26 -0400
Just a guess, but if you're using Interface Builder 3, that approach
doesn't work anymore.
Instead, you need to drag an "Object" object (it looks like a blue
cube) from the Library to your nib, and then change its class to what
you want using the "i" tab in the Inspector.
If you need more details, search the archives, since this has come up
a lot. There's also information in the Interface Builder help.
It was a change in IB3 that caused a lot of confusion, so don't feel
too noobish. If you're not using IB3, well, then it probably is indeed
a noob error.
: )
- d
On Mar 14, 2008, at 12:17 AM, Edward Scholl wrote:
Working through the Currency Converter tutorial, and I get to the "Add
the ConverterController Class to Your Nib File"
(http://developer.apple.com/documentation/Cocoa/Conceptual/ObjCTutorial/06Controller/chapter_6_section_6.html
)
part, where I choose file-read class, and select ConverterController.h
and click open to instantiate... and nothing happens.
I don't get the new the class in my MainMenu.nib, I don't get an
error...
I downloaded and compared to the completed project, and don't see any
errors. I also tried to add the CoverterController.h file from the
completed project, and that did not work either.
Don't even know where to begin to troubleshoot...
Any help would be greatly appreciated.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden