Quote Originally Posted by paliadoyo View Post
How to use the "SetFuncObj" method?
It's a method, meant for "RC6-internal-use" (to establish easier communication with the js_side of the WV2 in the initialization-phase) -
and I had to make it a Public-Method instead of Friend, for OLE-marshaling to work...)

Once a WV is initialized, the "official UserApi" to place COM-instances in the js-context (e.g for callback-purposes), is:
WV.AddObject ..., ...

Olaf