home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-05-03 | 2.3 KB | 39 lines | [TEXT/R*ch] |
- { ResForkUtilities.p }
- { }
- { Written by: Keith R. Dunleavy }
- { (kdunleav@student.med.harvard.edu) }
- { }
- { Code history: }
- { Written for use with Symantec THINK Pascal 4.0 (Object Oriented) }
- { First created as Version 1.0 on 4/17/92 }
- { Icon plotting code added on 5/11/92 }
- { }
- { A conglomeration of Resource Fork utilities. }
- { }
- { ACKNOWLEDGEMENTS: }
- { * Code used for the plotting of icons was translated from Patrick C. Beard's }
- { C coded "ShowIconFamily" source (modified by: James W. Walker). }
- { * Code used for the obtainment of application version information was }
- { inspired by Apple's Developer Technical Support Notes #189 }
- { "Version Territory" }
- { }
- { COMMENTS: }
- { There are certainly ways to code these methods more efficiently. For }
- { instance, the seperate methods for PlotSmall and PlotLarge icons could be }
- { combined with some parameter passed in to make the necessary calcs }
- { which are different between the two resource formats. Nevertheless... }
- { these methods were written with the intent of helping out those who, }
- { like I was, are grapling with the tasks of mapping "things" to PixMaps. }
- { For a while I could find nobody who had concrete code for doing a color }
- { mapping to the screen. Eventually I got some good tips though. }
- { So... I included the fruits of these tips, and some other resource handlers }
- { for your enjoyment. I hope that they're helpfull. This is certainly }
- { EducationWare and is no big deal. If you do write a program that uses these }
- { methods 8.7 gazillion times... please just mention it. }
- { }
- { CORRECTIONS: }
- { Things can always be coded better. People usually make mistakes. So please, }
- { if you have any suggestions, corrections, questions, or even some helpful }
- { resource handler methods of your own... don't hesitate to drop me some }
- { EMail at the above address. }
-