home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / scnote / fracapp.007 / SCN.007.FracApp < prev    next >
Text File  |  1989-04-23  |  2KB  |  38 lines

  1. Macintosh
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #7:    FracApp
  7.  
  8. Written by:    Bo3b Johnson
  9.  
  10. Versions:            1.00                        August 1988
  11.  
  12. Components:            MFracApp.p                    August 1, 1988
  13.                     UFracApp.p                    August 1, 1988
  14.                     UFracApp.inc1.p                August 1, 1988
  15.                     FracApp.r                    August 1, 1988
  16.                     FracApp.make                August 1, 1988
  17. _____________________________________________________________________________
  18.  
  19. This program requires MPW 2.0.2 and MacApp 1.1.1 to build.
  20. _____________________________________________________________________________
  21.  
  22. This is the ╥commercial quality╙ version of FracApp.  This version 
  23. handles multiple documents, and it supports color table animation 
  24. using an off-screen gDevice with a port.  The updates to the 
  25. screen using _CopyBits are as fast as possible.  FracApp does not 
  26. use the Palette Manager, except to provide for the system palette, 
  27. or color modes with less than 255 colors.  For the color table 
  28. animation, it uses the Color Manager and handles the colors 
  29. itself.  Strict compatibility was relaxed to allow for a higher 
  30. performance program.  This is the most ╥real╙ of the FracApp 
  31. programs.
  32.  
  33. As color on the Macintosh evolves, we hope that future versions of 
  34. this program will be able to use the Palette Manager and maintain 
  35. the level of performance.  To achieve this, we will have to attain 
  36. better QuickDraw (i.e., _CopyBits) and Palette Manager 
  37. integration.
  38.