The htmlbridge tag has no wiki summary.
0
votes
2answers
159 views
Why aren't my JavaScript arrays able to be converted to the appropriate types?
I'm having some trouble passing JavaScript arrays and dictionary-type objects to methods in my managed code via the HTMLBridge. The infomation in Microsoft article detailing this topic and around the ...
1
vote
1answer
187 views
Can I set an instance property in Javascript on a Scriptable Member property in Silverlight?
I have the following (2) 'ScriptableMember' types in my Silverlight control:
<ScriptableMember()>
Public Property MType As MyCustomType
<ScriptableMember()>
Public Property Message As ...
1
vote
1answer
178 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 ...
0
votes
0answers
398 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 ...
1
vote
3answers
1k 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
147 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
1answer
799 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. ...
