my application need right click support(more than display a custom context menu),and it also need IME support too.set windowless to true will enable silverlight application hook html events with in its code,but this will disable IME. so now i`m trying to hook mouse events with javascript in the .aspx host,then call the silverlight methods. i`m following this ,but it just doesn`t work. i put the script inside <Body>,but they seems never be executed.and i could not found something like "WebApplication" and "[Scriptable]",i instead them with "HtmlPage" and "[ScriptableMemberAttribute]".but it still doesn`t work.the system context menu for silverlight and html will always pop up whatever i do.
please help.