Question
ExternalObject questions
There doesn't appear to be an independent forum for using ESTK to extend CS3
apps, so I'll ask my questions here since the docs for ExternalObject were
bundled with Bridge.
1) I couldn't find any docs or sample code that would show me how to add class
methods and class properties. I can do instance methods/properties just fine.
Where's the docs for class methods/properties?
2) Once nice feature of JS is that you can dynamically add methods and
properties to (almost) any object. What is not clear is what is required to
support this behavior in SoObjectInterface.put/get/call. Do I just have those
callbacks ignore (return kESErrOK) or does something more need to be done?
-X
apps, so I'll ask my questions here since the docs for ExternalObject were
bundled with Bridge.
1) I couldn't find any docs or sample code that would show me how to add class
methods and class properties. I can do instance methods/properties just fine.
Where's the docs for class methods/properties?
2) Once nice feature of JS is that you can dynamically add methods and
properties to (almost) any object. What is not clear is what is required to
support this behavior in SoObjectInterface.put/get/call. Do I just have those
callbacks ignore (return kESErrOK) or does something more need to be done?
-X
