home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / graphics / 9635 < prev    next >
Encoding:
Text File  |  1992-09-11  |  1.5 KB  |  39 lines

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!myria!mavuduru
  3. From: mavuduru@myria.cs.umn.edu (Ramakrishna Satyanarayana Mavuduru)
  4. Subject: Re: Help with IRIS programming
  5. Message-ID: <mavuduru.716245311@myria>
  6. Keywords: IRIS
  7. Sender: news@news2.cis.umn.edu (Usenet News Administration)
  8. Nntp-Posting-Host: myria.cs.umn.edu
  9. Organization: University of Minnesota
  10. References: <stevet.716029156@nella4.cc.monash.edu.au>
  11. Date: Fri, 11 Sep 1992 21:01:51 GMT
  12. Lines: 25
  13.  
  14. In <stevet.716029156@nella4.cc.monash.edu.au> stevet@nella4.cc.monash.edu.au (Mr S.F. Tilders) writes:
  15.  
  16. >Hello,
  17.  
  18. >I am an honours student who is writting a scientific visualization
  19. >package on a Silicon Graphics IRIS. I would like to have several
  20. >windows interacting with each other, but running there own displays(ie.
  21. >each window is controlled by a seperate process).
  22.  
  23. >I have heard about a dgl - distributed graphics library??, but have
  24. >little information about it. If anyone can point me in the right
  25. >direction, either with the dgl, or how I should approach the window
  26. >problem, could they please mail me.
  27.  
  28. One way of doing this would be to have a common event loop for all 
  29. windows. After a particular event eg. LEFTMOUSE pressed, you can check
  30. from which window the event originated( the active window ) using the 
  31. function winget(). winget() returns a window id ( a int ). Each window
  32. opened by a process will have a different ID. Once the window ID is known
  33. appropriate action can be taken.
  34.  
  35. I have not used dgl. 
  36.  
  37. Good Luck
  38. Rama
  39.