home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / programm / 13952 < prev    next >
Encoding:
Text File  |  1992-08-13  |  813 b   |  24 lines

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