SFAuthorizationView in a preference pane
SFAuthorizationView in a preference pane
- Subject: SFAuthorizationView in a preference pane
- From: "Peter J. Blowers" <email@hidden>
- Date: Thu, 20 May 2004 09:12:59 -0400
Has anyone successfully implemented a SFAuthorizationView in a
NSPreferencePane? It appears to work, until I try to close System
Preferences. If I load my preference pane with the SFAuthorizationView
on it, then close System Preferences, the System Preferences.app
crashes. The offending line seems to be
[myAuthView setDelegate:self];
which I put in my mainViewDidLoad. Comment this line and it doesn't
crash, but of course I can't do anything with myAuthView. Any clues?
pete
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.