home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5179 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1007 b 

  1. Path: sparky!uunet!stanford.edu!bcm!aio!news
  2. From: bill@epnxt.jsc.nasa.gov
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Is there a docView method in the View Class?
  5. Message-ID: <1992Jul22.202925.24598@aio.jsc.nasa.gov>
  6. Date: 22 Jul 1992 20:29:25 GMT
  7. Sender: news@aio.jsc.nasa.gov (USENET News System)
  8. Reply-To: bill@epnxt.jsc.nasa.gov
  9. Organization: nasa-jsc
  10. Lines: 17
  11.  
  12. Would someone please explain what the docView method really 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.