addSubview NSOpenGLView to NSView and NSConnection
addSubview NSOpenGLView to NSView and NSConnection
- Subject: addSubview NSOpenGLView to NSView and NSConnection
- From: "jw,Lee" <email@hidden>
- Date: Mon, 8 May 2006 11:35:01 +0900
Hi,
I have a question about NSConnection, NSView and addSubview: message.
I connect two application A and B with NSConnection. And App.B get
remoteObject(NSView) from AppB(so I can send message like this
[remoteObject printA] on AppB..
It's OK until now).
Then I add my view(subclass of NSOpenGLView) to remoteObject with
addSubview: message like this
[remoteObject addSubview: myGLView ];
Of cource I initialize and alloc myGLView before send this message.
After send addSubView: message, strange message is appreard
"methodSignature for bad wire type: 3 "
on my Console and crashed.
Please give me some advice.
English is not my mother language, Sorry for my poor English.
Thanks in advance.
_______________________________________________
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