Chris Burke responded to your original message: http://www.jsoftware.com/pipermail/beta/2006-June/001232.html
he also mentioned this on the Wiki; from http://www.jsoftware.com/jwiki/Packages/Image3 : Note: the package was developed for J5 and has not yet been updated for J6. The code will likely fail in J6. In short, this Addon, like all scripts, needs to be updated for J6, due to the decommission of the inflected names u.v.m.n.x.y. . All references to these names in explicit definitions need to be replaced with their uninflected counterparts (i.e. change y. to y , x. to x , etc.). Chris has provided a utility that automates this: http://www.jsoftware.com/jwiki/Scripts/Fixargs . If you want to use J6, but you don't want to wait for Image3 to be updated, you can modify it yourself. You can either do it by hand or use the Fixargs script against the Image3 directory. The easiest method is to reconfigure J to allow the inflected names, at Edit>Configure>Parameters>Permit x. y. names in explicit definitions . But I don't recommend that course. -Dan ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
