Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!CS.UCL.AC.UK!J.Crowcroft From: J.Crowcroft@CS.UCL.AC.UK (Jon Crowcroft) Newsgroups: comp.windows.x Subject: X Conferencing program Message-ID: <8905241809.AA25627@ATHENA.MIT.EDU> Date: 23 May 89 14:22:36 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 23 I have hacked up a version of the Xaw asciiTextwidget that allows a callback to be added, so that a simple text conferincing program can be written - it runs on one machine and opens n text windows on each of n conferee's displays. When input arrives on any window, the callback routine re-dispatches the event to all the equiv output windows on the n-1 other displays. To work properly, there are minor (other) changes to Text, Asciitext, Simple. Also required are alterations to GCManager, to allow the GCs to setup right accross multiple displays... Unfortunately, it works underr all window managers we have here except twm - with which the text widgets resoluteley refuse to accept any key event input. Does anyone have a pointer to where to start looking for the problem before i post a defective application? cheers jon