Re: fetching the window pointer of other applications (processes)
Re: fetching the window pointer of other applications (processes)
- Subject: Re: fetching the window pointer of other applications (processes)
- From: Mike Abdullah <email@hidden>
- Date: Wed, 13 Feb 2008 14:57:16 +0000
No, you can't do this. The pointer is in a separate process and
therefore not valid for use. What do you actually want to do with this
window once you have access to it?
Mike.
On 13 Feb 2008, at 14:05, Rangaswamy C T wrote:
Hi All,
I am in a situation where I have to access the window pointer of a
different application (which is running in a totally different
process)
and play with it. I have written browser plug-in for safari, which
gets
loaded inside safari process. Inside this browser plug-in I want to
access the top level window pointer (window ref) of the other stand
alone application which is running in a different process.
If I transfer the window pointer of the stand alone application to
browser plug-in by some means (through apple events or some other
way).
Will I be able to use that window pointer from browser plug-in
(which is
part of the browser process)?
Does Mac let the application to fetch the window pointers of other
applications like the Windows operating system allows?
Is there is security issues enforced by the process, so that any
process
cannot access the other process data structures?
I tried this without any luck, has anybody come across this kind of
situation. Could you please share your experience?
Thanks
_______________________________________________
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
_______________________________________________
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