> From: news [mailto:
[hidden email]] On Behalf Of jim
> Sent: 20 October 2006 04:35
>
> I may have solved the problem. It must have been a variable that named
in
> Chinese characters which not used and VW somewhat failed to display
the
> name.
I'm not so sure the cause is Chinese characters. I know I've seen this
warning in the Transcript, and we certainly don't have any Asian
characters. I can't find an instance with neverUsed, but in a 7.1 image
the following method gives the following error when loaded from Store:
MetaCase.GF.PathFill>>
originShapeFor: baseShape apex: shapeApex maxRadius: maxRadius
^baseShape translatedBy: shapeApex negated
({MetaCase.GF.PathFill} - - neverRead)
The maxRadius argument is indeed not read, but its name is missing from
the error message.
However, in a 7.4.1 image that loaded the same method, I don't see the
corresponding error in the transcript, so maybe this is already
corrected.
HTH,
Steve