you tell me how to get hold of the "Context" class in IE Javascript?
Thanks,
Praveen
-Original Message-
From: Cameron McCormack [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 06, 2007 12:13 PM
To: batik-users@xmlgraphics.apache.org
Subject: Re: Using ScriptableObject inside
Hi Praveen.
Praveen Nayak:
> I have an applet with the Batik viewer.
> I am doing a window.showModalDialog (by getting a handle to the window
> from the applet) from inside the SVG's script and passing an object I
> create inside the SVG's script. I have attached an example in the zip
> file.
>
>
Hi Praveen.
Praveen Nayak:
> I have a reference of a ScriptableObject inside a JavaScript which is in
> the IE's context and not Rhino's.
So does that mean you have a netscape.javascript.JSObject (for IE’s
script object) wrapped in a Rhino ScriptableObject?
> Trying to access a property out of t