home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / programm / 5845 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  974 b 

  1. Path: sparky!uunet!destroyer!gatech!prism!xray.gatech.edu!cc100aa
  2. From: cc100aa@xray.gatech.edu (Ray Spalding)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: Stupid questions regarding NX... bitmap icons
  5. Message-ID: <67146@hydra.gatech.EDU>
  6. Date: 28 Aug 92 20:39:43 GMT
  7. References: <1992Aug27.213557.2545@vlsisj.uucp>
  8. Sender: news@prism.gatech.EDU
  9. Organization: Georgia Institute of Technology
  10. Lines: 17
  11.  
  12. In article <1992Aug27.213557.2545@vlsisj.uucp> smadsen@leland.Stanford.EDU (Steve Madsen) writes:
  13. >Unfortunately, both "NXradio" and "NXradioH" are
  14. >unrecognized when I "make" the application.
  15.  
  16. I believe you should put those names in quotes, e.g:
  17.  
  18.     myButton = [[Button alloc] initFrame:&frameRect
  19.         icon:"NXradio"
  20.         tag:0
  21.         target:myTarget
  22.         action:@selector(myAction:)
  23.         key:0
  24.         enabled:YES];
  25. -- 
  26. Ray Spalding, Office of Information Technology
  27. Georgia Institute of Technology, Atlanta Georgia, 30332-0715
  28. Internet: ray.spalding@oit.gatech.edu (NeXT Mail accepted)
  29.