Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!husc6!rice!sun-spots-request From: mit-amt!sokolov%media-lab.media.mit.edu@eddie.mit.edu (Michael Sokolov) Newsgroups: comp.sys.sun Subject: Re: Posting events to windows of other processes? Message-ID: <3412@mit-amt> Date: 3 Jan 89 09:18:15 GMT References: <414@ho7cad.ATT.COM> Sender: usenet@rice.edu Organization: Sun-Spots Lines: 12 Approved: Sun-Spots@rice.edu Original-Date: 21 Dec 88 15:37:21 GMT X-Sun-Spots-Digest: Volume 7, Issue 83, message 13 of 22 In article <414@ho7cad.ATT.COM> dean@ho7cad.ATT.COM (D.JONES) writes: >HELP!!! I need to do something a bit Bizarre, but none the less the >Upper Mgmt. wants it. I, too would like to know how to pass Sunview events between processes: nothing in the Sunview documentation seems to support this. It seems to me that the easiest workaround for you would be to add a "slave" mode to your CAD program, in which the program listens on a network socket for events and then posts them to itself via notify_post_event; basically incorporate thee "event reader" into the same process... YUK! -MS