Hello <br /><br />i am a new ID Plugin Developer. I have wrote until now one PlugIn.<br />Which execute a JS and provides own functions for JS.<br />I have still problems to understand, how can I use/initiate API-Classes.<br />I found out up to now over the Samples.<br />For Example I want to use the Class IScriptArgs. Over the reference I could not find out, how I can use it.<br />Kamrun helped me in this Forum with the following code:<br />Utils<IScriptArgs>()->Save();<br />Utils<IScriptArgs>()->Set(PMString("key"), PMString("value")); <br /><br />How can i get this result with the Adobe CPP Reference ?<br />And now I want to use the method "InvokeFunction" from "IScriptRunner".<br />I can initiate the Class "IScriptRunner". But I dont know, how can I initiate<br />"IScriptCoreFunctor" and "IScriptEventData", which is needed to invoke the method "InvokeFunction".<br /><br />Regards<br />asci
↧