Hi Claire,

Claire SERRANO <[email protected]> wrote on 09/21/2009 05:12:58 AM:

> I want to remove several elements at the same time so I use the method
> "elt.removeChild(id)" for each element to remove. All removals are 
performed
> in update manager thread, but only a part of objects are removed in 
schema,
> and when I do a zoom/pan the second part of objects disappears.. 

    How are the first and second part of the objects related? (example SVG 
please)
If you remove a group that contains both parts then both will be removed.
The fact that something suddenly disappears after a pan/zoom is a strong 
indicator
that you are modifying the document outside of the UpdateManager's thread.

> I already done modification of several elements in the same way (to 
change
> colors) and I had no problems...

Reply via email to