home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!wupost!micro-heart-of-gold.mit.edu!uw-beaver!news.u.washington.edu!news
- From: goldly@u.washington.edu (Lloyd P. Goldwasser)
- Subject: Why doesn't initFrame see Forms, make assignments?
- Message-ID: <1992Jul21.234601.8528@u.washington.edu>
- Sender: news@u.washington.edu (USENET News System)
- Organization: University of Washington
- Date: Tue, 21 Jul 1992 23:46:01 GMT
- Lines: 17
-
- Why doesn't - initFrame see outlets that the rest of its object sees, such
- as Forms?
-
- E.g.,
-
- x = [aForm floatValueAt:0];
-
- does not give an error message, but, within initFrame, it does not assign x
- either. The same statement in other methods of the same object do assign x
- properly.
-
- Any insights?
-
- Thanks in advance,
-
- Lloyd Goldwasser
- goldly@u.washington.edu
-