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.
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 mails | Author | Date |
|---|---|---|
| Daniel Rampanelli | May 3, 23:45 | |
| Jean-Daniel Dupas | May 4, 00:30 | |
| Jean-Daniel Dupas | May 4, 00:34 | |
| Uli Kusterer | May 4, 01:31 | |
| Daniel | May 4, 13:25 | |
| Uli Kusterer | May 4, 15:53 |






Cocoa mail archive

