Glad I am not the only one! At the moment we have delayed the problem by putting all the major functions in the update manager thread - but it seems kind of pointless to have the asynchronous architecture and then have to synchronise everything.

On Tue, 05 Feb 2008 14:25:14 -0000, massimo citterio <[EMAIL PROTECTED]> wrote:


On Tue, 2008-02-05 at 13:40 +0000, Tom McCallum wrote:
Hi Everyone,

Obviously this leads to some situations where the sub-thread with the
'setAttributeNS' statement has not been completely executed at the time of
the 'getAttributeNS' statement in the java code.


I have a similar problem


By the way part of this started because I was merrily setting attributes
and the getAttributeNS was returning 'null', and what was happening was
the liveAttributeValue table had my latest and correct values in,

is the liveAttributeValue  a batik property or yours?

its a batik thing. If you look at the dom.svg.AbstractElement you will see it set setLiveAttributeValue function.


At the moment, I was looking for a batik method  get to know whether the
svg is ready to be read or not (updating? rendering?), but I haven't
found anything yet.

Hopefully :)

I hope to read some answers here.
bye

Massimo


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
PS Note this is the new email address - delete [EMAIL PROTECTED] as it won't work soon!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to