Hi Filipe,
What Andres says is correct. You must make all modifications to
the document in the UpdateManager's RunnableQueue. It may work
for now making changes outside this thread but it _will_ break on
you eventually.
However I suspect your not-showing issue is a problem with
namespaces. Most likely the document you are reading is missing
the required xmlns="http://www.w3.org/2000/svg". It may also
be that svgCreator is not namespace aware. I would suggest
printing the namespaces of the elements you are adding to
ensure they are correct ("Element.getNamespaceURI()").
Filipe Marinho wrote:
// se troca para imposto
Document svgDoc = svgDoc =
svgCreator.parseXmlFile(lib_dir+medida_imposta_dir, false);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]