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
I've been writing in Cocoa for a whopping 4-5 days now and have yet to
be able to do anything without help...not sure what that says about me
or Cocoa. But at any rate, here I go again...
I've written an app that works just fine, but now I want to add a dialog
that displays when I want it to