Re: Capture Window/View created through NSTask

2008-07-06 Thread Jean-Daniel Dupas
Each application has its own address space and can access only windows in its space. So an application cannot draw content into anoter one and so, it's not possible to grab a window from an other application. Le 6 juil. 08 à 01:28, Michael Moore a écrit : No, I mean actually capture the ful

Re: Capture Window/View created through NSTask

2008-07-05 Thread Jean-Daniel Dupas
Le 6 juil. 08 à 00:43, Michael Moore a écrit : I'm hoping someone might be able to assist me with this question. I have a Cocoa application, with an embedded command-line tool in the Resources folder. This tool is from an outside source, and I have no source code available for it. When launc