home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!destroyer!gatech!prism!xray.gatech.edu!cc100aa
- From: cc100aa@xray.gatech.edu (Ray Spalding)
- Newsgroups: comp.sys.next.programmer
- Subject: Re: Stupid questions regarding NX... bitmap icons
- Message-ID: <67146@hydra.gatech.EDU>
- Date: 28 Aug 92 20:39:43 GMT
- References: <1992Aug27.213557.2545@vlsisj.uucp>
- Sender: news@prism.gatech.EDU
- Organization: Georgia Institute of Technology
- Lines: 17
-
- In article <1992Aug27.213557.2545@vlsisj.uucp> smadsen@leland.Stanford.EDU (Steve Madsen) writes:
- >Unfortunately, both "NXradio" and "NXradioH" are
- >unrecognized when I "make" the application.
-
- I believe you should put those names in quotes, e.g:
-
- myButton = [[Button alloc] initFrame:&frameRect
- icon:"NXradio"
- tag:0
- target:myTarget
- action:@selector(myAction:)
- key:0
- enabled:YES];
- --
- Ray Spalding, Office of Information Technology
- Georgia Institute of Technology, Atlanta Georgia, 30332-0715
- Internet: ray.spalding@oit.gatech.edu (NeXT Mail accepted)
-