• 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
addSubview NSOpenGLView to NSView and NSConnection
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Wrap NSFileHandle or Subclass NSInputStream?
  • Next by Date: Re: How to access the value that a pointer is pointing to
  • Previous by thread: Wrap NSFileHandle or Subclass NSInputStream?
  • Next by thread: Re: How to access the value that a pointer is pointing to
  • Index(es):
    • Date
    • Thread