• 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
Re: Best way to save this doc?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Best way to save this doc?


  • Subject: Re: Best way to save this doc?
  • From: Scott Anguish <email@hidden>
  • Date: Sat, 13 Apr 2002 17:15:31 -0400

On Saturday, April 13, 2002, at 02:37 PM, Marc Respass wrote:

Thanks a lot, Andy. Looks like my NIB is corrupted though. I've got

IBOutlet id noteTextView;


likely not related to your problem, but this is a redundant form

IBOutlet is needed to tell IB to parse variables that are not ID, so for example

IBOutlet NSTextView *noteTextView;
IBOutlet NSTextField *someField;

id's are actually found without the preceeding IBOutlet, although it's better form in my opinion to use the IBOutlet and class type (you get some compile warnings that could be useful)
_______________________________________________
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.
References: 
 >Re: Best way to save this doc? (From: Marc Respass <email@hidden>)

  • Prev by Date: Connecting Controller and NSView
  • Next by Date: Re: Undo in tables
  • Previous by thread: Re: Best way to save this doc?
  • Next by thread: how to load NSTextView?
  • Index(es):
    • Date
    • Thread