Thanks for the reply Helder.
> > I BELIEVE that this is because window.getURL is only a wrapper to the
> > underlying browser's getURL facility. Squiggle supplies such a
> facility,
> > whereas nothing is being exposed to my Applet.
> Nope. AFAIK the null pointer you are receiving has only got to do with
> a security exception.
That was my first thought, BUT:
* I am retrieving the applet and dynamic content from the same host
(at the moment, localhost); this is allowed without any need to fiddle
with signing, etc.
* I have edited BOTH of:
"...\jdk1.6.0_06\jre\lib\security\java.policy"
"...\jre1.6.0_06\lib\security\java.policy"
To be only:
grant {
permission java.security.AllPermission;
};
This should remove any restrictions (for testing/dev purposes only, of
course).
I am on vista, but I don't have the file "C:\Users\ %username%
\.java.policy"
Perhaps I should test this...?
The java console verifies that I am using the 1.6 jre for my applet in both
browsers.
* in my SVG document, if I try
If (window.getURL)
alert('has getURL!");
the alert IS presented.
> You are right, I believe that more applet-based examples should be
> created so Batik can receive the attention it deserves! :-)
Seems a logical step, now that Adobe is backing away from SVG.
Happy to supply an example IF I can get something working!
> Could you also give a hand here? ;-)
>
> [1] http://xmlgraphics.apache.org/mail.html#batik-users
> [2] http://xmlgraphics.apache.org/mail.html#batik-dev
> [3] irc://irc.freenode.net/svg
> [4] http://wiki.apache.org/xmlgraphics-batik/FrontPage
> [5] http://www.nabble.com/IE8-doesn%27t-do-SVG%2C-now-is-good-timing-
> for-Batik-to-fix-that-in-a-more-general-way-td15876210.html
> [6] http://www.nabble.com/Batik-Svg-for-web-td17652069.html#a17665296
Thanks for these...I have looked at them all.
Cheers,
BOB
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]