Adam Lock wrote:

> After creation try doing a QueryInterface on the webbrowser interface for
> the nsIScrollable interface, e.g.
>
> nsCOMPtr<nsIScrollable> scrollable = do_QueryInterface(mWebBrowser);

hmm,
http://www.mozilla.org/projects/embedding/apiReviewNotes.html#nsIScrollable ,
indicates that we're going to depricate nsIScorllable. Do you know how to
accomplish the same task using nsIDOMWindow?

Jud

Reply via email to