Tagged Questions
The htmlbridge tag has no wiki summary.
1
vote
1answer
55 views
Javascript Button that fires a SilverLight method?
I've created a Silverlight application that basically builds a cross section image of a multi-layered sphere (think concentric circles) from data stored in a JSON string. The JSON string is an array ...
1
vote
3answers
702 views
Notification when popup is closed using Silverlight's HtmlPage.PopupWindow()
I am popping up an HTML page from a Silverlight application using the HtmlPage.PopupWindow() method. I am trying to handle the event of when the popup window is closed from within Silverlight. This is ...
1
vote
1answer
116 views
LocationCollection not tagged as ScriptableType but can be instantiated in script (How come?)
I'm working on a small silverlight application that involves passing some data between javascript and silverlight. I am also using the silverlight virtual earth control.
The weirdness I have come ...
0
votes
0answers
266 views
How does one Inspect and Navigate Silverlight Visual Tree using only the Javascript API?
I'm working on a solution to automating the UI of a Silverlight application which is set to run in windowless mode. Fortunately enableHtmlBridge is set to true and I've set up a simple WPF ...
0
votes
1answer
731 views
Pass Silverlight type to Microsoft AJAX and pass parameter validation
I'm working on a Silverlight application where I want to take advantage of the Microsoft ASP.NET AJAX Client library. I'm calling the library using the HTML Bridge that is part of Silverlight 2. ...