--- "Barbisch, Martin" <[EMAIL PROTECTED]> wrote: > Hello Brian, > > > Thanks, that worked, though I'm confused by the method names. I'm > > struggling to find a descent reference I can use for scripting, could > > you point me in the right direction? > > I'm struggling, too. :-) There are tons of books and webpages about > JavaScript (ECMAScript)...
I'm also with you there. Some of what I'm working on right now could probably be done with clever scripting, but I'm not quite sure how to do it and I haven't found sufficient tutorials. I'm sure I'll eventually stumble through it though for me at least, it can be a lot of trial and error. Also, when scripting batik one has to remember that a lot of the browser related javascript functions aren't there, so it's different from writing javascript for a web page. A couple of weeks ago there was a thread about writing up some more documentation / tutorials for batik. I would love to see any "more than trivial" examples for scripting. > > Maybe other Batik users could tell us about their favorite (english) > JavaScript books and web references/tutorials? > Mozilla's Rhino project has some valuable documentation. See: http://www.mozilla.org/rhino/ Also, O'Reilly's latest Javascript book is very good. jaaron __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
