home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / windows / openloo / 3760 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.9 KB

  1. Path: sparky!uunet!sun-barr!news2me.ebay.sun.com!exodus.Eng.Sun.COM!appserv.Eng.Sun.COM!looney!toone
  2. From: toone@looney.Eng.Sun.COM (Nolan Toone)
  3. Newsgroups: comp.windows.open-look
  4. Subject: Re: ToolTalk, PageView, Filemgr
  5. Date: 8 Sep 1992 21:43:12 GMT
  6. Organization: Sun Microsystems
  7. Lines: 37
  8. Distribution: world
  9. Message-ID: <laq7jgINNs92@appserv.Eng.Sun.COM>
  10. References: <1992Sep7.174743.12974@jpl-devvax.jpl.nasa.gov>
  11. Reply-To: toone@looney.Eng.Sun.COM
  12. NNTP-Posting-Host: looney
  13.  
  14. In article 12974@jpl-devvax.jpl.nasa.gov, rouquett@Aig.Jpl.Nasa.Gov (Nicolas Rouquette) writes:
  15. >In article <1992Sep6.225229.5472@sq.sq.com>, lee@sq.sq.com (Liam R. E. Quin) writes:
  16. >|> km@mathcs.emory.edu writes:
  17. >|> > rouquett@Aig.Jpl.Nasa.Gov (Nicolas Rouquette) writes:
  18. >|> >>
  19. >|> >>With 'strings pageview' I can tell that the program can respond
  20. >|> >>to a tooltalk protocol. Does anyone know what message format needs to be
  21. >|> >>broadcasted for a pageview to accept it and display a postscript file?
  22. >|> 
  23. >|> I don't know...
  24. >
  25.  
  26. The Desktop Intergration Guide Apendix D has documentation for the 
  27. Deskset Defined ToolTalk Messages. The one BIG confusion with this is
  28. that it uses the X-Server to actually pass the data by setting a selection
  29. atom and passing its name. Then the receiving process pulls it over using
  30. standard X Selection/Dragndrop. (see the dispatch_data and retrieve_data
  31. messages).
  32.  
  33. Note that pageview has an otype = Sun_DeskSet_Object_pageview and
  34. a ptype of Sun_DeskSet_pageview so you launch it by sending an Object
  35. message launch to Sun_DeskSet_Object_pageview then from then on
  36. you communicate with it using handler messages and setting the 
  37. handler procid to that of the returned launch messages procid.
  38.  
  39. Good luck,
  40. Nolan Toone
  41.  
  42. >
  43. >-- 
  44. >----------Nicolas Rouquette----------rouquett@aig.jpl.nasa.gov
  45. >    Artificial Intelligence Group
  46. >      Jet Propulsion Laboratory
  47.  
  48.  
  49.  
  50. Nolan Toone
  51.