home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / next / software / 2763 < prev    next >
Encoding:
Text File  |  1992-11-24  |  1.5 KB  |  60 lines

  1. Newsgroups: comp.sys.next.software
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!purdue!mentor.cc.purdue.edu!noose.ecn.purdue.edu!en.ecn.purdue.edu!davis
  3. From: davis@en.ecn.purdue.edu (Robert E Davis)
  4. Subject: Gnuplot App problems
  5. Message-ID: <1992Nov23.234512.27070@en.ecn.purdue.edu>
  6. Organization: Purdue University Engineering Computer Network
  7. Date: Mon, 23 Nov 92 23:45:12 GMT
  8. Lines: 50
  9.  
  10.  
  11.  
  12. Okay,
  13.  
  14.     Sorry about the trouble people with 3.0 and/or color machines
  15. are having.  I've only tested this app on my 2.1 mono station so the
  16. mail I've received has been helpful.  (I fully intended to hack with
  17. it a little on 3.0 but I'm still waiting on my CD, ahem.)
  18.  
  19.     The problems so far:
  20.  
  21.     term/nextfe.trm
  22.  
  23.         Produces black plots on black backgrounds (lit by a
  24.     black light on a black panel...) on color machines.  This is
  25.     improved (fixed?) by changing nextfe_color to TRUE.
  26.  
  27.  
  28.  
  29.     Inspector.m
  30.  
  31.         validSend and validReturn are one-element arrays and
  32.     should have two elements each so they can be NULL terminated.
  33.     
  34.         const char *validSend[] = {NXAsciiPboardType, NULL};
  35.         const char *validReturn[] = {NXAsciiPboardType, NULL};
  36.  
  37.         ...
  38.  
  39.         [NXApp registerServicesMenuSendTypes: validSend
  40.                           andReturnTypes: validReturn];
  41.  
  42.  
  43.  
  44.     defaults.h
  45.  
  46.         It's missing under 3.0.
  47.  
  48.  
  49.  
  50.     I'll make the first two fixes, recompile, and maybe the binary
  51. will work under 3.0.
  52.  
  53.  
  54. It works on my machine, I promise :-)
  55. Rob
  56. -- 
  57. | Robert Davis                          davis@ecn.purdue.edu
  58. | "Look up, Hannah.  Look up."                          NeXT Mail accepted
  59. --
  60.