Just thought I should mention in the event anyone else was looking for something like, that RemObjects has a free Pascal Script component set for Delphi that has even been updated for D2007. I've been using their Chrome and Hydra products for a couple years now and wasn't aware they had this available. It's exactly what I was looking for.
from Robert Meek dba "Tangentals Design" e-mail: [EMAIL PROTECTED] Freelance Windows Programming for XP and Vista Also proud to be a Moderator of the "Delphi-List" at elists.org "Reality cannot be explained...only enjoyed or endured as your current perspective allows!" I am using JavaScript within my Delphi application. My application is a data entry system which implement XML forms. Forms are stored in a database, as well as script. The script act much like Delphi events: the user has the ability to write a script when a form is displayed on screen, when he clicks on the OK button, when the focus enter or exit a field and so on. Actually all that is easy to write using Windows Scripting Host (http://msdn2.microsoft.com/en-us/library/ec0wcxh3.aspx). You have a JavaScript (and many other script languages such as VBScript) engine you can call from your Delphi application. You can write Delphi classes which expose and implement objects and methods for the JavaScript engine. Have a look here: http://blogs.codegear.com/abauer/2007/06/13/36013 And here: http://www.torry.net/samples/samples/soft/axscpd2.zip Ryan VanIderstine ryan at run insertdash time insertanotherdash systems dot com helped me a lot writing my code. Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

