home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!decwrl!csus.edu!news
- From: eps@futon.SFSU.EDU (Eric P. Scott)
- Subject: Re: Does SoundView class exist in 2.1?
- Message-ID: <1992Jul23.054852.11368@csus.edu>
- Sender: news@csus.edu
- Reply-To: eps@cs.sfsu.edu
- Organization: San Francisco State University
- References: <1992Jul22.212148.26961@aio.jsc.nasa.gov>
- Date: Thu, 23 Jul 1992 05:48:52 GMT
- Lines: 33
-
- In article <1992Jul22.212148.26961@aio.jsc.nasa.gov>
- bill@epnxt.jsc.nasa.gov writes:
- >According to my docs, there is a SoundView class located at
- >View:Responder:Object. I have ver 2.1 of the operating system and do not
- >find that class in IB. Was it taken out?
-
- IB's class browser initially shows common classes and public
- AppKit classes. SoundView is part of SoundKit.
-
- Click on View. Select Subclass from the Operations pulldown
- menu, then type SoundView and press Return.
-
- If you double-click on the .h icon IB will message Edit to open
- the interface file--and it *will* find it. You can also use
- CustomView to instantiate SoundViews.
-
- Note that IB won't have parsed the interface definition, so you
- won't be able to connect directly to the "reduction" or "sound"
- ids.
-
- If this disturbs you, there are two workarounds:
-
- (1) Attempt Save As... to /usr/include/soundkit/UNTITLED
- [This SHOULD fail for lack of permissions!]
- -or-
- (2) Create a symlink from /usr/include/soundkit/SoundView.h
- into your project directory (or home directory if you
- haven't created a project directory yet).
-
- THEN Parse will work. (If you used (2), you can remove the
- symlink now.)
-
- -=EPS=-
-