Hello mcow....
Good to see you here as well.
Yes I managed to use COM methods to talk between scripts but like you said in your other thread, "the COM model exposes SDB.Objects() as a method rather than as an object reference."
Your idea about setting the ComServerUIActive True and False is the only solution here together with writing in registry (not the best for portable versions) and flat files.
My idea goes like this.
- Code: Select all
If COM SERVER is ON then it means that the COM SERVER is trying to tell you something.
So Open the File and read the variables
I am trying to workaround in C#. Meanwhile if you have something better please kick in !!!
Take care