On Fri, 24 Oct 2008 13:11:46 +0100 "Helder Magalhães" <[EMAIL PROTECTED]> wrote:
> > Darn. I was afraid of that. I guess I need to look at some Java > > code. I was hoping to avoid it, but that's life. > > Instead of implementing your own navigation mechanism, why not > consider implementing the window.location.replace method Cameron has > referred? ;-) It should be more or less the same difficulty, will be > more interoperable and, if you are able to contribute it afterward, it > will surely be useful to the community! :-) I've done a little looking at the SVG 1.2 spec and the Batik code. The spec defines a gotoLocation( uri ) method that on the Global interface that Window is supposed to derive from. I've found the appropriate code and made mods to add the gotoLocation() method and hit a roadblock. I don't know how to reload the document without access to the JSVGCanvas and I can't figure out how to get one. I thought I had ways around that, but tracking throught the Window, Document, and BridgeContext classes have not given me any insight. Given enough time, I'd probably be able to figure out what I need, but this is not the problem I'm actually trying to solve. If someone has a hint to point me in the right direction, I'll keep looking at it. Thanks, G. Wade -- Any time things appear to be going better, you have overlooked something. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
