tags:

views:

7

answers:

0

Hi,

I am using the WPF WebBrowser control for displaying data in google maps. What I am trying to achieve is to listen to mousemove events on an other wpf control an pass this data to the webbrowser control via InvokeScript. in this javascript method i set the innerHTML of an label to the passed value. but the value gets only updated for the last move event. the java script function is called every time but the assignement to the label only works for the last event. Could it be a ui thread problem?

Thanks,

stefan