home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.software
- Path: sparky!uunet!elroy.jpl.nasa.gov!ames!purdue!mentor.cc.purdue.edu!noose.ecn.purdue.edu!en.ecn.purdue.edu!davis
- From: davis@en.ecn.purdue.edu (Robert E Davis)
- Subject: Gnuplot App problems
- Message-ID: <1992Nov23.234512.27070@en.ecn.purdue.edu>
- Organization: Purdue University Engineering Computer Network
- Date: Mon, 23 Nov 92 23:45:12 GMT
- Lines: 50
-
-
-
- Okay,
-
- Sorry about the trouble people with 3.0 and/or color machines
- are having. I've only tested this app on my 2.1 mono station so the
- mail I've received has been helpful. (I fully intended to hack with
- it a little on 3.0 but I'm still waiting on my CD, ahem.)
-
- The problems so far:
-
- term/nextfe.trm
-
- Produces black plots on black backgrounds (lit by a
- black light on a black panel...) on color machines. This is
- improved (fixed?) by changing nextfe_color to TRUE.
-
-
-
- Inspector.m
-
- validSend and validReturn are one-element arrays and
- should have two elements each so they can be NULL terminated.
-
- const char *validSend[] = {NXAsciiPboardType, NULL};
- const char *validReturn[] = {NXAsciiPboardType, NULL};
-
- ...
-
- [NXApp registerServicesMenuSendTypes: validSend
- andReturnTypes: validReturn];
-
-
-
- defaults.h
-
- It's missing under 3.0.
-
-
-
- I'll make the first two fixes, recompile, and maybe the binary
- will work under 3.0.
-
-
- It works on my machine, I promise :-)
- Rob
- --
- | Robert Davis davis@ecn.purdue.edu
- | "Look up, Hannah. Look up." NeXT Mail accepted
- --
-