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