开发者

Silverlight javascript calling

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜