Hello there,
Not sure if this is the correct group to be posting in here. So if it's
not I appologise up-front.
We have purchased TMS Scripter Studio and I am trying to develop a
stand-alone script engine, that I can easily embed into my programs.
I've seen the way Java works inside IE, also the way Flash works etc
and I am trying to mimic that, except for my application.
I have a seperate application exe that contains the logic for Scripter
Studio to open and run the script files, manage them etc and this is
fine. The problem starts when it comes to the visual side of things and
representing them properly. Currently I have two programs. The Script
engine and the Client program. The Client program displays all the
visuals and then when needs to run script sends it to Script engine
exe. Now what I originally thought of was this
Have Client program pass over handle of display form (and TPanel that
is situated on this form) over to Script engine. The Script engine then
loads in a TPanel object (from external file) and then using the handle
places it inside the TPanel. However because they are running in
seperate spaces (memory addresses) I seem to be having trouble and odd
crashes with AV's a lot.
So, my question is, is this the right way to do this, or is there some
simplar way I am missing? Is there any documentation I can read that
would shed some light onto this subject?
Regards
Anthoni