home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5165 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.5 KB

  1. Path: sparky!uunet!ogicse!henson!news.u.washington.edu!hardy.u.washington.edu!zeno
  2. From: zeno@hardy.u.washington.edu (Sean T. Lamont)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: Why doesn't initFrame see Forms, make assignments?
  5. Message-ID: <1992Jul22.050144.14366@u.washington.edu>
  6. Date: 22 Jul 92 05:01:44 GMT
  7. Article-I.D.: u.1992Jul22.050144.14366
  8. References: <1992Jul21.234601.8528@u.washington.edu>
  9. Sender: news@u.washington.edu (USENET News System)
  10. Organization: Abstract Software
  11. Lines: 21
  12.  
  13. In article <1992Jul21.234601.8528@u.washington.edu> goldly@u.washington.edu (Lloyd P. Goldwasser) writes:
  14. >Why doesn't    - initFrame   see outlets that the rest of its object sees, such  
  15. >as Forms?
  16.  
  17. If you're using an IB-generated view, at the point when -initFrame is called
  18. within the view the form isn't necessarily instantiated yet.  if you use
  19. an NXApp delegate you can get at the object after everything has been
  20. instantiated by using the "-appDidInit:sender" delegate method.
  21.  
  22. you might want to use gsb to check at the point you're trying to manipulate 
  23. the form and see if it has any value.  If it's not instantiated, it will have
  24. no value and any messages sent to it get lost in the ether.
  25.  
  26.  
  27.  
  28.  
  29. -- 
  30. Sean T. Lamont, Abstract Software        |   "Don't oppress me, It's
  31. zeno@u.washington.edu                    |    'computer of color!' "
  32. Next Mail............................... |  yang.cpac.washington.edu!zebu!zeno 
  33. ----------------"My employers opinions are my own, not yours."-----------------
  34.