I cannot get the office name control to call back to a jscript eventhandler. (Office 12 installed in my case)
The page works well if just rendered in a browser, hoever it does not function when run in a gadget.
The thing that fails is that the eventhandler is never called when a buddy chnages state.
The callback function is registered by calling the OnStateChange function as shown below.
is such a callback not allowed (or only with additional magic )
I'd also appriciate suggestions for debugging this as I am not quite sure how to approach this![]()
Jos

How to make ActiveX Callback functioning
el-chema
Or try setting up the call back in HTML:
<script language="javascript" type="text/javascript" for="UCControlObj" event="OnStatusChange">
NewC&#35;
no that is not working either.
MotW only allows me to pusch a page to less priviliges and I seem to be missing some permission.
The ActiveX control gets instantiated,
the callback function gets registered without throwing an exeption
but no callback is ever done.
I was looking for a bit of script to detect IE7/Gadgets Zone and protected mode from javascript.(have not found it yet)
That might help pin down the problem.
Tia, Jos
tamarind
Jakein2006
Indeed,
That shows the same effects I see when run as gadget.
Do you have suggestions how to find where the security (if it is indeed that) is restrictive and how it could be adjusted
Jos