views:

188

answers:

2

I am creating a wave gadget base on Silverlight 3. It all works great. Problem is that I want to add some functionality when SL control get loaded. So In "Object" definition of SL, I have added a param for "onLoad" and added a dummy JS function in the gadget to have a simple alert. But I am not seeing that alert when gadget gets loaded. After debugging I saw that "onLoad" event for silverlight control never fired. When I test the same SL control in a stand alone test page, "onLoad" does get fired appropriately. I think it has something to do with how Google Wave client hosts the SL control. Any information or help will be greatly appreciated.

thanks

A: 

Hi,

I'm also trying to create a Silverlight gadget in the wave and, so far, had no success. I used http://code.google.com/p/silverwave/ as the starting point. The control seems to load (XAP), but then nothing hapens. Does you gadget still work (load at least)?

P.

pan
+1  A: 
Markus