home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!mips!mips!rat!leland.Stanford.EDU!smadsen
- From: smadsen@leland.Stanford.EDU (Steve Madsen)
- Subject: Stupid questions regarding NX... bitmap icons
- Message-ID: <1992Aug27.213557.2545@vlsisj.uucp>
- Sender: usenet@vlsisj.uucp (Usenet News)
- Organization: VLSI Technology, Inc. San Jose, California
- Date: Thu, 27 Aug 92 21:35:57 GMT
- Lines: 13
-
- I am trying to create radio buttons "from thin air", that is, using Objective C instead
- and the appDidInit method during runtime, instead of dragging buttons from the palette
- while in IB. Unfortunately, both "NXradio" and "NXradioH" are
- unrecognized when I "make" the application. There's no way to drag the icons from the
- icons suitcase into the project inspector.
-
- Does anyone know where these are stored so that I can include .tiff files in the Project
- Inspector? Or is it as simple as a #include <appkit/_______.h>? I looked in
- usr/include/... and did an on-line search through the manuals, but other than finding a
- list of available bitmaps (like right and left cursor arrows, etc.), there just wasn't
- any useful information.
-
- I read this group regularly, so posting is fine...if I get e-mail I'll summarize.
-