Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



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:
http://lists.apple.com/mailman/options/cocoa-dev/mark% 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: http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden
References: 
 >Cocoa is fun! What am I doing wrong? (From: Michael Steinfeld <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.