• 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: Julien Palmas <email@hidden>
  • Date: Tue, 2 Aug 2005 09:15:24 +0900

And be careful on the terms you use.
You are not Ctrl-dragging to a class, but to an INSTANCE of this class.

On Jul 31, 2005, at 2:43 PM, Mark Williams wrote:

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:
40toppan.co.jp


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
  • Prev by Date: Re: Sending messages to nil on Intel
  • Next by Date: Re: Svn in Xcode 2.1 stoppen working - why?
  • Previous by thread: Minimize issue
  • Next by thread: Re: Svn in Xcode 2.1 stoppen working - why?
  • Index(es):
    • Date
    • Thread