Re: Proxy Window of another

2008-05-04 Thread Uli Kusterer
Am 04.05.2008 um 13:25 schrieb Daniel: Basically I wanted to display a window which modifies "graphically" another window. Under graphically I mean for example zooming of some parts of the window or change colors and so on and also to preserve the funcionality of the original window. So, basic

Re: Proxy Window of another

2008-05-04 Thread Daniel
On Sun, May 4, 2008 at 12:30 AM, Jean-Daniel Dupas <[EMAIL PROTECTED]> wrote: > > Override the -[NSWindow sendEvent:] method and pass the event parameter to > the target window sendEvent: method. > Thank you very much! On Sun, May 4, 2008 at 12:34 AM, Jean-Daniel Dupas <[EMAIL PROTECTED]> wrot

Re: Proxy Window of another

2008-05-03 Thread Uli Kusterer
Am 03.05.2008 um 23:45 schrieb Daniel Rampanelli: I was thinking wheter it is possible to create a sort of "proxy" window which displays the content of another. Of course, the further step would be to also pass events from the proxied window to the source one. Is this even possible? What

Re: Proxy Window of another

2008-05-03 Thread Jean-Daniel Dupas
Le 4 mai 08 à 00:30, Jean-Daniel Dupas a écrit : Le 3 mai 08 à 23:45, Daniel Rampanelli a écrit : Hi, I was thinking wheter it is possible to create a sort of "proxy" window which displays the content of another. Of course, the further step would be to also pass events from the proxied

Re: Proxy Window of another

2008-05-03 Thread Jean-Daniel Dupas
Le 3 mai 08 à 23:45, Daniel Rampanelli a écrit : Hi, I was thinking wheter it is possible to create a sort of "proxy" window which displays the content of another. Of course, the further step would be to also pass events from the proxied window to the source one. Is this even possible?