Hi, In the docs for JSVGComponent, it talks about the five phases of SVG loading & rendering, each with Listener classes. Each of these listener classes has a fooCanceled() method called when that phase is canceled.
My question is: how does one cancel each of these phases? I have an app that wants to show a ProgressMonitor while the document is being downloaded, parsed, etc. The ProgressMonitor has a "cancel" button, but how do I stop the JSVGCanvas from loading when "cancel" is pressed? stopProcessing() doesn't seem to do it... (what DOES that do anyway?) Thanks, -Archie __________________________________________________________________________ Archie Cobbs * CTO, Awarix * http://www.awarix.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]