I've used the Enumerable methods and the core stuff like Function.bind and Class.create in whatever ECMA flavor the Adobe programs use(Indesign & Photoshop) so I'm sure it's possible to leverage some things from prototype in your program.
http://www.adobe.com/devnet/photoshop/pdfs/JavaScriptReferenceGuide.pdf -- http://positionabsolute.net On Apr 22, 9:42 am, nlloyds <nllo...@gmail.com> wrote: > On Apr 21, 6:51 am, Rüdiger Plantiko <ruediger.plant...@astrotexte.ch> > wrote: > > > >Are you sure you are using "Javascript" precisely ? > > >Aren't you using some kind of ECMAScript instead ? > > > Well, my scripts are executed with the same library (%systemroot% > > \system32\jscript.dll) that is used by the Internet Explorer for > > script execution. The only difference is that there is no browser > > around and hence no global "window" object, no "document" etc. > > Instead, i execute the JS files with the "cscript" command. > > You're right. JScript a decently compliant engine, thought not fast. > It does have the advantage of being installed on every Windows > machine. Classic ASP also uses the same engine. There's a few extra > APIs for ActiveXObjects and basic shell and window alerts (WScript.) > > Nathan > > -- > You received this message because you are subscribed to the Google Groups > "Prototype: Core" group. > To post to this group, send email to prototype-core@googlegroups.com > To unsubscribe from this group, send email to > prototype-core-unsubscr...@googlegroups.com > For more options, visit this group > athttp://groups.google.com/group/prototype-core?hl=en -- You received this message because you are subscribed to the Google Groups "Prototype: Core" group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to prototype-core-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en