home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!usc!rpi!krf
- From: krf@troy.cat.rpi.edu (Keith R. Fieldhouse)
- Subject: Re: My view resource won't load. Any suggestions?
- Message-ID: <mg=yk5k@rpi.edu>
- Keywords: view macapp resource
- Nntp-Posting-Host: cat.rpi.edu
- Organization: Rensselaer Polytechnic Institute, Troy, NY
- References: <james.713664246@syzygy>
- Date: Thu, 13 Aug 1992 18:58:58 GMT
- Lines: 11
-
- I've run into similar kinds of problems, generally when I forget to call
- inherited::something(). I'm using 2.0 views so the culprit for me is often
- a failure to call inherited::IRes(). In 3.0 perhaps it is DoPostCreate or
- ReadFields (I'm not sure). This, of course, only applies if you've sub-classed
- some MacApp views in the view hierarchy that you're having trouble with.
-
- Hope this helps,
-
- Keith
-
-
-