At 7.41 -0400 1999.05.24, Chris Nandor wrote: >At 3.48 -0400 1999.05.24, Eric Dobbs wrote: >>For starters, of the examples provided that I can run, >>only one of 'em worked without modification. > >OK, did you run the scriptadds and dialect droplets? Hm. I bet the >architecture was different for Mac OS 8.0. Does anyone know where the aeut >/ dialect information is under Mac OS 8.0? > >That is the problem, I'd wager. property, make, activate are all provided >by the dialect. > >Actually, I'd like to know where the dialect information is for 7.5, 7.6, >8.0, and 8.1. For 8.5 and 8.6 it is in Scripting Additions:Dialects:. Aha. I found it in 8.1. It is the same place, but has a different file type. It is shlb in 8.5, dlct in 8.1. In the dialect droplet, try changing this line at the end: return if !$type || !$creator || $type ne 'shlb' || $creator ne 'ascr'; to: return if !$type || !$creator || ($type ne 'shlb' && $type ne 'dlct') || $creator ne 'ascr'; That should do it. I hope. :) -- Chris Nandor mailto:pudge@pobox.com http://pudge.net/ %PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10 1FF77F13 8180B6B6']) ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to macperl-modules-request@macperl.org