Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!hsdndev!bunny!mlh1 From: mlh1@gte.com (Michael Hackney) Newsgroups: comp.sys.mac.programmer Subject: Re: Progress indicator/thermometers Message-ID: <11326@bunny.GTE.COM> Date: 5 Jun 91 18:00:42 GMT References: <25104@unix.SRI.COM> <22235@imag.imag.fr> Organization: GTE Laboratories, Waltham MA Lines: 12 The System 7 Finder has 2 PICTs that are the blue and grey "candy stripes" used for the progress window. To see these, I recommend making a copy of Finder and ResEdit the copy. In System 7, resources can be compressed to save disk space. ResEdit will automatically uncompress the resources but will not recompress them (maybe a feature for v3.0??). I don't know the PICT ids off hand, but they are easy to find. I think the colors (blue and grey) map to black and white on monochrome (68000) QuickDraw - check it out! There are also some sources on America Online for Think C and Pascal that do "thermometers". The "candy stripes" are nice though because you do not have to calculate the %time of the task your monitoring.