Re: Something truly fundamental I must be missing...

2008-09-10 Thread Seth Willits
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

Re: Something truly fundamental I must be missing...

2008-09-10 Thread Markus Spoettl
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