• 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: Cocoa is fun! What am I doing wrong?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cocoa is fun! What am I doing wrong?


  • Subject: Re: Cocoa is fun! What am I doing wrong?
  • From: Mark Williams <email@hidden>
  • Date: Sat, 30 Jul 2005 22:43:18 -0700

In the header file for that class, you have accidently typed NATextView in the IBOutlet.
example.
IBOutlet NATextView * theView;
should have been
IBOutlet NSTextView * theView;


Correct the typo and re-read the header file in IB and it will work


On Jul 30, 2005, at 9:35 PM, Michael Steinfeld wrote:

I am attempting to do a "control-drag" from NSTextView
to a class "ChatWindow" when I "control-drag" from
NSTextField to ChatWIndow everything is fine ... but
when I try and CTRL-DRAG from CLASS to NSTextView I
get an error message in the instpector tools that
says,
"textView must be of type NATextView"

what is NATextView?

I am new to cocoa development, obviously .. so please
be nice.

Thanks.
-mike
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40fornextsoft.com


This email sent to email@hidden




_______________________________________________ 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
References: 
 >Cocoa is fun! What am I doing wrong? (From: Michael Steinfeld <email@hidden>)

  • Prev by Date: Re: Catching a click during a loop
  • Next by Date: Re: Catching a click during a loop
  • Previous by thread: Cocoa is fun! What am I doing wrong?
  • Next by thread: Deployment build generates editable Applescript file
  • Index(es):
    • Date
    • Thread