home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / programm / 5837 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.2 KB  |  24 lines

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