Question
Passing parameters to Javascript from plugin
Hi,
I'd like to pass arguments to a javascript from a c++ automation plugin.
I can set the argument like this:
error = sPSActionDescriptor->PutString(theDescriptor, 'key1', "MyString");
....call the script...
but how can i read it in javascript?
And, just out of curiosity, how can I communicate back to the c++ automation plugin results from the javascript?
thanks.