how to refresh nsIDOMElement immediatly after set attribute

SomeFunction()
{
nsCOMPtr<nsIDOMElement> pElement;
...
pElement->SetAttribute(szPropName, szPropValue);
now i need to update window and see changes on screen
...
}

mozilla do this lately, but i need immediately 


_______________________________________________
Mozilla-xpcom mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to