Xref: utzoo comp.sys.mac.misc:7946 comp.sys.mac.hypercard:5696 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!apple!agate!shelby!msi.umn.edu!cs.umn.edu!ux.acs!clarson From: clarson@ux.acs.umn.edu (Chaz Larson) Newsgroups: comp.sys.mac.misc,comp.sys.mac.hypercard Subject: Re: HC 2.0 HELP NEEDED Message-ID: <3149@ux.acs.umn.edu> Date: 29 Jan 91 20:49:47 GMT References: <5903@rex.cs.tulane.edu> <1991Jan29.154410.4954@informix.com> Reply-To: clarson@ux.acs.umn.edu (Chaz Larson) Followup-To: comp.sys.mac.misc Organization: Iron City, USA Lines: 51 robertw@informix.com (Robert Weinberg) writes: |david@bourbon.ee.tulane.edu (David Kaufmann) writes: |>1) A copy of HC 2.0 was recently donated, sans doc. I tried installing |>the HC 2.0 fonts, but keep getting a message fonts are missing. What |>am I missing? | |Be sure you installed the fonts in your active system, not another |system file somewhere other that in your System Folder. Be sure you |have installed the sizes specified in the "missing fonts" error |message. I don't know what fonts are included in the HC2.0 fonts - |the fonts specified in the error message are standard Mac system |fonts, anyway. On startup, HC 2.0 checks for: Courier 10, 12 Geneva 10, 14 Helvetica 18, 24 Palatino 10, 12, 14, 18, 24 It does this by the use of a handler called "checkForMissingFonts" which is in the script of the home stack. You can remove this check fairly easily. Open the script of the home stack. You will find the following right near the top: on startUp -- Requires handler: getHomeInfo,checkForMissingFonts -- gets and sets the user's preferences getHomeInfo -- audio Palette startup if there is a stack "Audio Help" then -- F start using stack "Audio Help" -- F send "startSound" to stack "Audio Help" -- F end if checkForMissingFonts -- inform user of missing fonts pass startUp -- so others can use it end startUp either delete or comment out the tenth line; "checkForMissingFonts...". Hypercard will no longer perform this check. chaz -- Someone please release me from this trance. clarson@ux.acs.umn.edu AOL:Crowbone