On Apr 21, 2009, at 5:37 PM, John Yeh wrote:

The init function for each dialog looks like this:
@implementation SettingsController
- (id)init
{
   [super init];
   self = [super initWithWindowNibName:@"FLAirMainSettingsPanel"];
   return self;
}
Why are you doubly-initing the object?  You call two -init... methods  
of 'super'?  That's wrong, although I doubt it's the cause of your  
trouble.
Regards,
Ken

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to