Xref: utzoo comp.sys.mac.misc:7862 comp.sys.mac.hypercard:5672 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!apple!jkc From: jkc@Apple.COM (John Kevin Calhoun) Newsgroups: comp.sys.mac.misc,comp.sys.mac.hypercard Subject: Re: Need Helv 24 and Palatino 24 Message-ID: <48524@apple.Apple.COM> Date: 26 Jan 91 23:34:41 GMT References: <38498@cup.portal.com> Organization: Apple Computer Inc., Cupertino, CA Lines: 29 In article <38498@cup.portal.com> Justin_Randall_Padawer@cup.portal.com (Randy Padawer) writes: >When I boot HyperCard 2.0, I always get a modal dialog "ok" box that >tells me I don't have Helvetica 24 and Palatino 24 in my system. >I am using ATM, which makes everything look fine anyway, but... I >dislike this modal dialog. WHERE can I get Helv24 and Pal24??? >Help?! Can someone suggest something or point me in the right >direction? (I realize this is a minor concern, but it's starting >to feel a bit like water torture...) :-) Look in the stack script of your Home stack for the startUp handler. It will look something like this: on startUp -- Requires handler: getHomeInfo,checkForMissingFonts -- gets and sets the user's preferences getHomeInfo checkForMissingFonts -- inform user of missing fonts . . pass startUp -- so others can use it end startUp Comment out or remove the line that begins with "checkForMissingFonts". Kevin Calhoun HyperCard Team Apple Computer, Inc.