RE: Using ScriptableObject inside IE JavaScript

2007-12-05 Thread Praveen Nayak
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

Re: Using ScriptableObject inside IE JavaScript

2007-12-05 Thread Cameron McCormack
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. > >

Re: Using ScriptableObject inside IE JavaScript

2007-11-26 Thread Cameron McCormack
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