kk wrote:
We have a application built around Mozilla. We do a PrintPreview and use the GetNumberOfShells and GetShellAt methods on nsIDocument for getting the PressShell of the PrintPreview.
The usual obligatory question: Why do you need this?
Starting mozilla 1.9 the methods GetNumberOfShells and GetShellAt are removed from the nsIDocument. Is there another way for getting the PressShell of the Print Preview in mozilla 1.9.
You can walk the presshells using nsPresShellIterator. -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

