• 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
NSDocument writableTypes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSDocument writableTypes


  • Subject: NSDocument writableTypes
  • From: Craig Bakalian <email@hidden>
  • Date: Fri, 22 Nov 2002 06:17:53 -0500

Hi,
I know how to set a subclass of NSDocument in the Document Types of
Project Builder, yet how does one return the extensions of that
subclass which has been set up in the target settings of PB?

For example, to get the document types for a NSDocument subclass all
one has to do is-

+(NSArray *)documentTypes
{
return [self writableTypes];
}

Yet, is there a simple way to return the extensions of the
writableTypes?

Craig Bakalian
_______________________________________________
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.

  • Prev by Date: Re: more on stable sorting...
  • Next by Date: Re: Simple Semi-Transparent View?
  • Previous by thread: Re: Simple Semi-Transparent View?
  • Next by thread: Setting RadioButton programatically
  • Index(es):
    • Date
    • Thread