Re: Cocoa is fun! What am I doing wrong?
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