home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5173 < prev    next >
Encoding:
Text File  |  1992-07-22  |  914 b   |  22 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!usenet.ucs.indiana.edu!newshost.cs.rose-hulman.edu!news
  3. From: mcconnap@NeXTwork.Rose-Hulman.Edu (Andy McConnell)
  4. Subject: Detecting Color or Mono System
  5. Message-ID: <1992Jul22.160814.7483@cs.rose-hulman.edu>
  6. Keywords: Color, Monochrome, Screen Detection
  7. Sender: news@cs.rose-hulman.edu (The News Administrator)
  8. Nntp-Posting-Host: g222-10.nextwork.rose-hulman.edu
  9. Organization: Rose-Hulman Institute of Technology
  10. Date: Wed, 22 Jul 1992 16:08:14 GMT
  11. Lines: 9
  12.  
  13.  
  14. I am trying to detect whether an app is running on a color or monchrome  
  15. station.  I culd use a simple boolean function, if one is available, but I  
  16. can't seem to find one.
  17.  
  18. I've seen the - (NXScreen *)colorScreen  method, but it returns the same  
  19. thing as the mainScreen on a monochrome system.
  20.  
  21. Thanks!                - Andy McConnell
  22.