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
On Sep 10, 2008, at 3:51 PM, Joel Sherriff wrote:
--
DialogController.m:
#import DialogController.h
@implementation DialogController
- (id) init {
self = [super init];
return self;
}
- (void) showDialog {
[Dial