Re: inter process NSView sharing
Re: inter process NSView sharing
- Subject: Re: inter process NSView sharing
- From: "Kyle Sluder" <email@hidden>
- Date: Fri, 23 May 2008 11:26:47 -0400
On Fri, May 23, 2008 at 11:14 AM, Jonathan Cochrane
<email@hidden> wrote:
> apologies if ive been misunderstood, but no, i havent taken a pointer from
> the java app and passed it to the c app, i know that wont work.
Ok, good. :)
> what i was asking if there something similar to the MS Windows HWND, or a
> window id, i could pass between processes, not a pointer
Yep, Core Graphics has a window list that is one step lower than the
abstraction NSWindow provides.
> below is an excerpt from the NSWindow Class Reference:
>
> These constants and data type represent the access levels other processes
> can have to a window's content.
This (-[NSWindow sharingType]) is new in Leopard, which is why I
didn't know about it. I retract what I've said, though this question
has come up in the recent past and people have made the same argument.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden