Hi John, > org.mozilla.javascript.EvaluatorException: Function importClass must be > called with a class; had "[JavaPackage org.w3c.dom.Location]" instead.
Humm... Have you reverted the patch I suggested a few messages ago? It was just a temporary hack and leaving it applied may be interfering... :-| > I have found if I comment out that class and the following classes in > scripts.txt the problem goes away: > > org.w3c.dom.events.CustomEvent > org.w3c.dom.events.KeyboardEvent > org.w3c.dom.events.MutationEvent > org.w3c.dom.events.MutationNameEvent > org.w3c.dom.events.TextEvent > org.w3c.dom.events.UIEvent > org.w3c.dom.ElementTraversal > > All other classes are fine. This is weird, specially given it's just a bunch of classes. Can you attach a small SVG file demonstrating the problem? Being able to reproduce helps a lot! ;-) I suspect this may have to do with specific features belonging to the classes being imported, therefore triggering the problem... Also, I haven't tested in a proper applet environment yet: I used Squiggle (which has a lot of privileges) for the quick check -- Doh! :-D Hope this helps, Helder Magalhães --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
