Follow-up: Updating text during an event

Thanks everyone for your help.

Looks like forceRedraw() is a feature not currently supported by the 
adobe SVG viewer.  Does anyone know when adobe is coming out with a new 
version of their SVG viewer?


-- Harmon

>>The problem is that the SVG display does not update the "status" text
>>element with this message until the entire event handler has executed,
>>i.e. including the text-hiding operations.
>>    
>>
>
>The SVGSVGElement interface from the DOM provides a method called
>'forceRedraw()'. You should be able to use this method on the outermost svg
>element for instance.
>
>  
>

Received on Thursday, 10 October 2002 12:15:47 UTC