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 protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to