home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / misc / 18060 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1000 b   |  29 lines

  1. Newsgroups: comp.sys.next.misc
  2. Path: sparky!uunet!stanford.edu!eos!aio!news
  3. From: bill@epnxt.jsc.nasa.gov
  4. Subject: Is there a docView  method in the View class?
  5. Message-ID: <1992Jul22.185320.21419@aio.jsc.nasa.gov>
  6. Sender: news@aio.jsc.nasa.gov (USENET News System)
  7. Reply-To: bill@epnxt.jsc.nasa.gov
  8. Organization: nasa-jsc
  9. Date: Wed, 22 Jul 1992 18:53:20 GMT
  10. Lines: 17
  11.  
  12. Would someone please explain what the docView method does?  
  13.  
  14. I was browsing through the Spectro program (availble on the archives) and  
  15. noticed that the author has the following:
  16.  
  17. mySound = [[soundView docView] sound];
  18.  
  19. were soundView is a connection from the Files Owner to a view call  
  20. Scrolling Sound.  This view is a subclass of View (not ScrollView).   
  21. Looking up the info on View, I could not find a docView method.  I did  
  22. find one in ScrollView.  I am also trying to figure out if sound is a  
  23. sound file and what docView has to do with it.  I did not see any function  
  24. called sound.
  25.  
  26. Thanks in advance.  
  27.  
  28.                 Bill
  29.