Yes this was my problem exactly. I was using the same font object
in both places and as a result it was having two elements added to it. I
can't believe I missed that. I fixed it by using clone() to create new
objects each place I need it. Thanks a lot for the help!
On Thu, 15 Feb 2001, John McNally wrote:
> This is not a bug, you are creating an object adding stuff to it then converting it
>to a
> String. It is going to give the same results each time you request the conversion to
>a
> String unless you add or subtract other objects in between the requests. The way
>around
> it is to create a new Font object each time you are adding different objects the
>same way
> you are treating the TD objects. (Or do ECS elements have a clone() type of method?
>I
> haven't used ECS in some time.)
>
> John McNally
>
---
[EMAIL PROTECTED]
Sum Ergo Cogito
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]