开发者

Silverlight javascript calling

开发者 https://www.devze.com 2023-02-04 02:46 出处:网络
I\'m calling a javascript funciton from my silverlight with: HtmlPage.Window.Invoke(\"small\"); however 开发者_运维技巧im wanting to wait for this to be completed before i move on.

I'm calling a javascript funciton from my silverlight with:

HtmlPage.Window.Invoke("small");

however 开发者_运维技巧im wanting to wait for this to be completed before i move on.

how do i get my silverlight appliction to wait for this to be completed.

Thanks.


You can call silverlight defined function from javascript when javascript function is done: Here are tips & tricks on how to accomplish that.

So.. You can execute javascript function from silverlight, when javascript function is done, you can call silverlight function and notify your application that javascript is done with interpreting.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号