开发者

How to handle progress events with GeckoFX

开发者_如何学JAVAI want to be able to display the page loading status (i.e. waiting for server, downloading page, etc) using GeckoFX.

The Navigating event is perfect for letting me know when a page has started loading, but I need to know when it is finished loading.

I know the GeckoWebBrowser class has an IsBusy property. I could run a timer and to check this and update the status but this is just a hack at best.

I'm not trying to create a full blown browser here, just some basics. Can anyone nudge me in the right direction?


It has a DocumentCompleted event too.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜