home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / groupwar / 915 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  2.2 KB

  1. Path: sparky!uunet!pipex!warwick!uknet!keele!nott-cs!vulcan.xtel.co.uk!nlc
  2. From: nlc@vulcan.xtel.co.uk (Neil Cook)
  3. Newsgroups: comp.groupware
  4. Subject: Re: Shared windows
  5. Message-ID: <1992Dec14.101547.10628@cs.nott.ac.uk>
  6. Date: 14 Dec 92 10:15:47 GMT
  7. References: <1g9tdiINNirq@corax.udac.uu.se>
  8. Sender: news@cs.nott.ac.uk
  9. Organization: X-Tel Services Ltd.
  10. Lines: 37
  11.  
  12. In article <1g9tdiINNirq@corax.udac.uu.se>, tomasc@ida.csd.uu.se (Tomas Carlsson) writes:
  13. |> I am currently writing a paper on sharing parts of a workspace
  14. |> between several users. In some cases the word 'sharing' means
  15. |> "beeing able to see" rather than "beeing able to use" someone
  16. |> else's window (or whatever).
  17.  
  18. We have a program called XT-Confer which provides an environment for writing CSCW
  19. applications under X-Windows. The program is the "glue" that binds it together,
  20. and it provides an API and data structures to enable "tools" to be written.
  21. It currently supports 10 tools, including text conferencing, shared editing, 
  22. shared sketch-tool, shared shell, vote tool, shared calendar, and finally a 
  23. "watcher" tool which enables arbitrary X-WIndows to be watched and "shared" with
  24. the other "delegates" in the "conference". All of the tools apart from the watcher
  25. are fully interactive, and support multiple users of a single tool. For example,
  26. the edit tool enables different users to have their own insertion points into a
  27. document.
  28. It supports floor control, as a layer above the tools provided by the core 
  29. program. Tools are just notified when the floor changes. Floor can be either open 
  30. or closed. Closed floor is when one user has control of the floor. Floor Control
  31. is on a per-tool-basis.
  32. Sharing is automatic, but the watcher tool is active (you choose what to share).
  33.  
  34. It supports different views on a tool, for example when the floor is closed to
  35. you, many of the buttons on the tool will be greyed out. As another example, the
  36. text conferencing tool has a "private" coomposition area for each user, and a
  37. shared speech area.
  38.  
  39. See the Proceedings of the 1992 European X Users Group Conference for a paper
  40. written by myself about XT-Confer. Also, contact support@xtel.co.uk for info
  41. about availability of  XT-Confer, or contact me.
  42.  
  43. Neil Cook.
  44. n.cook@xtel.co.uk
  45.  
  46. or
  47.  
  48. nlc@cs.nott.ac.uk
  49.