home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5159 < prev    next >
Encoding:
Text File  |  1992-07-21  |  804 b   |  28 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!wupost!micro-heart-of-gold.mit.edu!uw-beaver!news.u.washington.edu!news
  3. From: goldly@u.washington.edu (Lloyd P. Goldwasser)
  4. Subject: Why doesn't initFrame see Forms, make assignments?
  5. Message-ID: <1992Jul21.234601.8528@u.washington.edu>
  6. Sender: news@u.washington.edu (USENET News System)
  7. Organization: University of Washington
  8. Date: Tue, 21 Jul 1992 23:46:01 GMT
  9. Lines: 17
  10.  
  11. Why doesn't    - initFrame   see outlets that the rest of its object sees, such  
  12. as Forms?
  13.  
  14. E.g.,
  15.  
  16.   x = [aForm floatValueAt:0];
  17.  
  18. does not give an error message, but, within initFrame, it does not assign x  
  19. either.  The same statement in other methods of the same object do assign x  
  20. properly.
  21.  
  22. Any insights?
  23.  
  24. Thanks in advance,
  25.  
  26. Lloyd Goldwasser
  27. goldly@u.washington.edu
  28.