Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ContentLoadedHandler is not being invoked in HtmlPane.

    Hi,

    I am using a HTMLPane to load a xls report. I have registered a ContentLoadedHandler to this HTMLPane.

    I am expecting that once xls report is generated and browser prompt user to save/open this xls file, ContentLoadedHandler's onContentLoaded method should get fired but it does not?

    Am i missing something? Or is there a better way to find out that xls report has been generated and browser has prompted user to save\open it?

    Kindly suggest.

    Thanks,

    #2
    I need to invoke a scroll operation on an HtmlPane after the contents load, but the ContentLoadedHandler does not appear to be invoked. I am using the latest LGPL version of SmartGWT. Is there something else that needs to be done other than simply using addContentLoadedHandler to add a ContentLoadedHandler method?

    Comment

    Working...
    X