On Sep 10, 2008, at 3:51 PM, Joel Sherriff wrote:

As you can see, I've tried creating the Dialog object itself, and the managing Controller class...no joy in either case. I feel like the issue is somewhere in the .nib file - some missing wiring which of course is impossible to display here, but maybe showing snippets of the .h and .m files will show what I've left out.

Well... in the code you showed, you're never loading the nib. You need to either load the nib manually (see NSBundle and NSNib), or use a class (like NSWindowController) which will load the nib you specify (by name) for you.

http://developer.apple.com/documentation/Cocoa/Conceptual/LoadingResources/CocoaNibs/chapter_3_section_6.html


--
Seth Willits




_______________________________________________

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