Carbon WindowRef and Cocoa NSWindow and responder chain
Carbon WindowRef and Cocoa NSWindow and responder chain
- Subject: Carbon WindowRef and Cocoa NSWindow and responder chain
- From: "Pradeep Kumar" <email@hidden>
- Date: 11 May 2005 00:50:01 -0000
Hi
I have this class that is derived from NSWindow and I am creating a instance of this class
using -(id)initWithWindowRef:(void *)inWindowRef. But when the object is created I get this
error.
initWithWindowRef: is not currently supported for NSWindow subclasses
I also tried implementing this initializer in my derived class and it just calls super's
implementation. But I still get the error.
Why is this initializer not supported in sub classes and what is the workaround?
Thanks
Prady
--
prady
_______________________________________________
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