NSFontManager is ignoring my delegate methods...
NSFontManager is ignoring my delegate methods...
- Subject: NSFontManager is ignoring my delegate methods...
- From: Jonathan del Strother <email@hidden>
- Date: Sun, 31 Oct 2004 17:17:16 +0000
My Cocoa controller calls this in its init method:
[[NSFontManager sharedFontManager] setDelegate:self];
It later calls this when a button is pressed :
[[NSFontManager sharedFontManager] orderFrontFontPanel:self];
I have 2 delegate methods:
- (id)sender;
- (id)theFontManager willIncludeFont:(NSString *)fontName;
But they're both ignored - I don't seem to be receiving anything back from the font panel.
Any ideas what I might be missing?
Thanks,
Jon _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden