• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSFontManager is ignoring my delegate methods...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: NSFontManager is ignoring my delegate methods...
      • From: Andrew Thompson <email@hidden>
  • Prev by Date: Re: Distributed objects: can't send simple C struct by value
  • Next by Date: Re: vDSP, anyone using it?
  • Previous by thread: Re: How do I include a library in my program
  • Next by thread: Re: NSFontManager is ignoring my delegate methods...
  • Index(es):
    • Date
    • Thread