Skip navigation.
 
mlRe: Proxy Window of another
FROM : Jean-Daniel Dupas
DATE : Sun May 04 00:30:43 2008

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?
>
> Thanks in advance,
> Daniel


Override the -[NSWindow  sendEvent:] method and pass the event 
parameter to the target window sendEvent: method.

Related mailsAuthorDate
mlProxy Window of another Daniel Rampanelli May 3, 23:45
mlRe: Proxy Window of another Jean-Daniel Dupas May 4, 00:30
mlRe: Proxy Window of another Jean-Daniel Dupas May 4, 00:34
mlRe: Proxy Window of another Uli Kusterer May 4, 01:31
mlRe: Proxy Window of another Daniel May 4, 13:25
mlRe: Proxy Window of another Uli Kusterer May 4, 15:53