home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!stanford.edu!bcm!aio!news
- From: bill@epnxt.jsc.nasa.gov
- Newsgroups: comp.sys.next.programmer
- Subject: Is there a docView method in the View Class?
- Message-ID: <1992Jul22.202925.24598@aio.jsc.nasa.gov>
- Date: 22 Jul 1992 20:29:25 GMT
- Sender: news@aio.jsc.nasa.gov (USENET News System)
- Reply-To: bill@epnxt.jsc.nasa.gov
- Organization: nasa-jsc
- Lines: 17
-
- Would someone please explain what the docView method really does?
-
- I was browsing through the Spectro program (availble on the archives) and
- noticed that the author has the following:
-
- mySound = [[soundView docView] sound];
-
- were soundView is a connection from the Files Owner to a view call
- Scrolling Sound. This view is a subclass of View (not ScrollView).
- Looking up the info on View, I could not find a docView method. I did
- find one in ScrollView. I am also trying to figure out if sound is a
- sound file and what docView has to do with it. I did not see any function
- called sound.
-
- Thanks in advance.
-
- Bill
-