[comp.sys.mac.digest] Info-Mac Digest V6 #119

Info-Mac-Request@SUMEX-AIM.STANFORD.EDU ("Lance Nakata, Jon Pugh, Bill Lipa") (12/26/88)

Info-Mac Digest             Sun, 25 Dec 88       Volume 6 : Issue 119 

Today's Topics:
                             Color fonts 
                   Combinatorial Mathematics Stack
                      Errors in Inside Macintosh
                           HyperPlanes v2.0
                             KiddiePaint 
                      Usenet Mac Digest V4 #161
                      Usenet Mac Digest V4 #162
                      Usenet Mac Digest V4 #163
                      Usenet Mac Digest V4 #164
                      Usenet Mac Digest V4 #165


The Info-Mac archives are available (via anonymous FTP) in the
<INFO-MAC> directory at SUMEX-2060.Stanford.Edu.

Please send articles and binaries to Info-Mac@SUMEX-AIM.Stanford.Edu.
Send administrative mail to Info-Mac-Request@SUMEX-AIM.Stanford.Edu.

----------------------------------------------------------------------

Date: Sun, 25 Dec 1988 13:00:54 PST
From: William Lipa <lipa@polya.stanford.edu>
Subject: Color fonts 

[Reposted from comp.binaries.mac on Usenet]

Here are the color fonts that everyone has been asking for.  In the
archive with the fonts is a MacWrite doc that demos the fonts, and
releases the fonts into the public domain.  The company's name and
phone # is also included.

			Mike

[Archived as <INFO-MAC>FONT-COLOR.HQX]

------------------------------

Date: Mon, 21 Nov 88 00:30:56 -0900
From: <FTDKL%ALASKA.BITNET@forsythe.stanford.edu>
Subject: Combinatorial Mathematics Stack

This HyperCard stack gives a very nice demonstration of combinatorial
mathematics.  Free Free Free.  You'll also need Stuffit.

Dan LaSota

[Archived as <INFO-MAC>HYPERCARD-COMBINATORIAL-MATH.HQX]

------------------------------

Date: Sun, 25 Dec 1988 12:41:36 PST
From: fish@apple.com
Subject: Errors in Inside Macintosh
[Reposted from comp.sys.mac on Usenet]

Here are the Inside Mac errors I received:

1)  Color Manager
    * IM V-147: CompProc procedure is really a function.

      Should also note that CompProcs are only used in 1-bit
      GrafPorts to find contrasting colors that won't be the same
      as background colors.

    * Color Table Format, V-135, 136 ctFlags should be transIndex
    
    * V-143, aTable needs to be locked

2)  Color QuickDraw
    V-61/62  
    BitClear trap should be BitClr
    Code ( BitClr(Ptr(HiliteMode,pHiliteBit));  should read:
    BitClr(Ptr(HiliteMode), pHiliteBit);
 
    HiliteMode is usually not available to Pascal progrms,
    you need to define it as:   const HiliteMode = $938;

3)  Compatibility Guidelines
    V-6
    In the function declaration of SysEnvirons, SysEnvRecPtr
    should be: SysEnvRec

4)  Desk manager
    I-446 says for DA to modify its own code; this is a BAD IDEA!
    Should say: set a flag or allocate a smaller amt of private
    storage.

5)  Palette Manager
    V-155,  "where yellowRGB is of type ColorSpec", ColorSpec
    should be RGBColor.

    V-165, "When you perform a SetPaletteEntry", SetPaletteEntry should
    be SetEntryColor

6)  QuickDraw:
    I-159:  PicHandlle should be PicHandle

Other errors were repeats of these listed, or suggestions for 
improvements.  

------------------------------

Date: 26 Nov 88 14:23:00 CST
From: "J. L. Breeden" <11173@ncsaa.ncsa.uiuc.edu>
Subject: HyperPlanes v2.0

	HyperPlanes is a Hypercard-based function plotting program.  It is not
intended as a replacement for the ~$800 Mathematica, but rather a $5 shareware
program to plot functions for those, like myself, on a limited or non-existent
budget.  HyperPlanes can make polar, parametric, and iterative functions as
well as the old standard, f(x).  It can also make Cartesian and polar 3-d plots
providing a total of 8 different plot types.  Line plots have 3 line types, and
3-d plots have 4 different solid types.  A User-defined Functions/Constants
option allows, as you might guess, for the user to store functions and
constants for use in plotting.  HyperPlanes also comes with some special
functions built-in, such as Bessel, Gamma, etc.
	Of course, a major goal in plotting functions is to be able to make
hardcopies.  Provisions have been made to make plots from within HyperPlanes
(more refined than just a direct "Print Card").  For high quality plots with
all the features you my enjoy with Kaleidagraph or Cricket Graph, the data used
for the plots can be exported as a text file.
	A plot Archival/Retrieval system has been included to allow functions
and plots to be put into 'cold storage' with appropriate comments.  These
functions can later be restored to the plotting card and regenerated.
	Several other features are available, but these are the major ones.
I hope people find this stack useful, and I would enjoy any feedback people
may have...

	--Joe Breeden--

	bitnet:  11173@ncsavmsa
	arpanet: 11173@ncsaa.ncsa.uiuc.edu


[Archived as <INFO-MAC>HYPERCARD-HYPERPLANES-20-PART1.HQX through PART4.HQX]

------------------------------

Date: Sun, 25 Dec 1988 13:15:16 PST
From: William Lipa <lipa@polya.stanford.edu>
Subject: KiddiePaint 

[Reposted from comp.binaries.mac on Usenet]

Welcome to Kiddie Color Paint (KCP), Version 0.2, copyright 1988 by
Bruce Ballard.  This free program runs in 16-color mode on the Mac II.
It contains many basic features of a paint program, and was designed
primarily for children between the ages of 4 and 10.  It will let you
save and later read pictures, using its own form of data compression
(the maximum file size is about 90K, our files are typically 20-30K).

KCP is written in Lightspeed C and has been tested with Systems 5.0
and 6.0.2.  It is compatible with Multifinder.  Before launching KCP,
select a simple pattern for the desktop (by clicking Monitor in the
Control Panel).  Restart the Mac if necessary.  Also, avoid running
programs or desk accessories that manipulate the palette.  Naturally,
you should avoid changing the depth of the screen (e.g. the number of
colors) while the program is running.

The 16 colors, in order, should be: white, black, red, pink, 2 greens,
3 blues, yellow, orange, 2 browns, and 3 grays.

Please address comments or questions to me at 55 Clinton Avenue, New
Providence, New Jersey, 07974, USA.  For more complete documentation,
and to receive a free update when it becomes available (about 1-1-89),
send $2 (to cover postage and the disk) to this address.  Enjoy!

--
Bruce Ballard
bwb@allegra.att.com

[Archived as <INFO-MAC>APPL-KIDDIEPAINT.HQX]

------------------------------

Date: Sat, 19 Nov 88 07:59 EDT
From: Jeffrey Shulman <SHULMAN@sdr.slb.com>
Subject: Usenet Mac Digest V4 #161

Usenet Mac Digest     Friday, November 18, 1988     Volume 4 : Issue 161 

Today's Topics:
     Re: networking loopback
     monitors and low-end video cards for Mac II?
     UUCP onto a Mac?  Has it been done?
     Re: Writenow 2.0
     Re: Suitcase II Upgrade  (Revisited)
     Re: More on Suitcase][ & TSSNet
     Re: Suitcase, F/DA Juggler, and Downloaded fonts
     Re: Datadesk 101
     Re: CMS Drives
     Re: RESULTS: Editors which use the extended keyboard
     Re: euro power mac info needed
     DiskExpress Version 1.5
     Lightspeed Pascal 2.0 Ships!
     Printer Spooler Question
     SUM (Symantec Utilities)
     Why I want IM errors
     Re: Getting postscript under 6.0.2?
     Re: Using the Desktop Manager- are there problems with large volumes?
     Re: Quicken
     Re: monitors and low-end video cards for Mac II?
     Re: Lightspeed Pascal 2.0 Ships!
     Re: Connect HP LaserJet Serial II and Hp 7550A plotter to a MacSE
     Re: Grappler LS (was Re: Tested the HP DeskJet driver by DataPak)

[Archived as <INFO-MAC>USENETV4-161.ARC]

------------------------------

Date: Sat, 19 Nov 88 08:00 EDT
From: Jeffrey Shulman <SHULMAN@sdr.slb.com>
Subject: Usenet Mac Digest V4 #162

Usenet Mac Digest     Friday, November 18, 1988     Volume 4 : Issue 162 

Today's Topics:
     Lightspeed/Just Enough/ MacPascal...
     Cheap diskettes - a bargain?
     Re: Lightspeed Pascal 2.0 Ships!
     Symantec Customer Service
     Opinions on MultiDisk
     Re: Can I use PS/2 mem in my Mac?
     Memory Explosion in FullWrite
     Re: Cheap diskettes - a bargain?
     Background File Copy utility? Program Killer Utility?
     Viral Resources
     Re: Lightspeed/Just Enough/ MacPascal...
     Using a Mac SE internal floppy in an Apple IIgs
     Re: Printer Spooler Question
     Tempo II and INIT macros: Recommendations?
     Limitation of lastest ResEdit
     AFP/ASP/.XPP???
     Re: Setting a default folder (2 messages)
     Modeless dialogs in MacApp
     MacNosy & "The Debugger"
     LSC string copy bug
     Re: FullWrite Professional -- Six Years Later
     Re: ShowINIT (was: Re: My 256K ROMs aren't smart enough)
     Re: LSC string copy bug
     Re: AFP/ASP/.XPP???
     Re: MacNosy & "The Debugger"
     SlotVInstall problem
     Removing menu bar
     Re: AFP/ASP/.XPP???
     MacOS applications on A/UX

[Archived as <INFO-MAC>USENETV4-162.ARC]

------------------------------

Date: Tue, 29 Nov 88 09:37 EDT
From: Jeffrey Shulman <SHULMAN@sdr.slb.com>
Subject: Usenet Mac Digest V4 #163

Usenet Mac Digest     Monday, November 28, 1988     Volume 4 : Issue 163 

Today's Topics:
     Re: DiskExpress Version 1.5
     x-compiler from c to 6800/mac2
     SCSI drives for LW, and init incompatibilities
     Re: Lightspeed/Just Enough/ MacPascal...
     Conference registration software available
     John Scully
     Re: DiskExpress Version 1.5
     Re: Trackball opinions wanted
     Re: Rooms? (Was: Finder Improvements)
     Re: SCSI drives for LW, and init incompatibilities
     Risk patch for Macintosh II (long!)
     Color Paint for Kids
     Software sought: PC<->Mac word proc. translator; Dumb printer driver
     hard disk, recommendation anyone?
     Advice on C compilers: Here we go again!
     Re: CMS Drives
     Re: Removing startup icons?
     Re: Programmer's Extender
     File Protection bit
     sharing the desk top
     Re: File Protection bit
     Why won't/doesn't Apple support MacinTalk???
     Re: Desktop publishing systems?
     Re: Finder Improvements
     PrintMonitor Enhancement Wanted
     Request for info on Macs in factories; co-processors;Ethernet
     Re: Transfers and Viruses
     Re: WEB for the Mac

[Archived as <INFO-MAC>USENETV4-163.ARC]

------------------------------

Date: Tue, 29 Nov 88 09:39 EDT
From: Jeffrey Shulman <SHULMAN@sdr.slb.com>
Subject: Usenet Mac Digest V4 #164

Usenet Mac Digest     Monday, November 28, 1988     Volume 4 : Issue 164 

Today's Topics:
     Any MacWorld exhibitors willing to share their booth?
     Re: LaserWriter IINT spits up.
     Disk help
     Re: Trackball opinions wanted
     Re: Quicken
     Re: Home Financial Packages
     Dove - FastNet Boards - Comments Wanted
     40+ MB REMOVABLE CARTRIDGE DRIVES - How are they???
     Quickeys problems with Qued/M?
     Microtech hard disks
     AppleModem Troubles
     Re: IINT spits up and other mysteries of LaserPrep!
     TeXtures and AmSTeX
     Startup icon carriage control (source code + binhex)
     Re: Academic Wordprocessing
     New Games for the Mac
     Re: Why won't/doesn't Apple support MacinTalk???
     Re: Quickeys problems with Qued/M?
     Re: 40+ MB REMOVABLE CARTRIDGE DRIVES - How are they???
     Re: AppleModem Troubles
     Re: TeXtures and AmSTeX
     Re: Finder Improvements
     More Finder Improvements
     Re: Modula 2
     Hard Disk Partitioning
     Re: Finder Enhancements...or, get yourself MF 6.1b1...
     MacWorks+ 1.06 report
     Re: File Protection bit
     IP for the MAC (summary)

[Archived as <INFO-MAC>USENETV4-164.ARC]

------------------------------

Date: Tue, 29 Nov 88 09:43 EDT
From: Jeffrey Shulman <SHULMAN@sdr.slb.com>
Subject: Usenet Mac Digest V4 #165

Usenet Mac Digest     Monday, November 28, 1988     Volume 4 : Issue 165 

Today's Topics:
     Forever.
     Lightspeed Fortran ???????
     warning about MacinTalk and other drivers
     Re: Lightspeed Fortran ???????
     LightSpeed C Package Interface HELP!
     Re: Lightspeed Fortran ???????
     When does OpenPicture return NIL
     Re: SlotVInstall problem (2 messages)
     Laserwriters vs. Transfer modes
     Re: Forever.
     Low Memory Globals, a summary
     The ResEqual tool in MPW 2.0.2
     Re: Laserwriters vs. Transfer modes
     Screenbits.Bounds validity
     Re: Creating a list of hot items...
     VMS&Mac query
     IconWrap for ShowINIT
     Re: Why won't/doesn't Apple support MacinTalk???
     Re: How to Foul DA Handler
     Japanese Language Learning
     Re: IconWrap for ShowINIT
     Re: Academic Wordprocessing (2 messages)

[Archived as <INFO-MAC>USENETV4-165.ARC]

------------------------------

End of Info-Mac Digest
******************************