Page 1 of 1

Flash Viewer and IE9 issue

Posted: Fri May 20, 2011 12:13 pm
by kris@bplogix.com
Recently Iv'e upgraded to IE 9. When displaying a report using the Flash Viewer the height of the report is set to around 200px. Before IE 9 it would display the full height of the window.

Flash Viewer and IE9 issue

Posted: Mon May 23, 2011 5:47 am
by Vladimir
Hello,

Please show us an ASPX page on which the report viewer is located.

Thank you.

Flash Viewer and IE9 issue

Posted: Mon May 23, 2011 5:06 pm
by kris@bplogix.com
Attached is a sample project.

Thanks

Flash Viewer and IE9 issue

Posted: Wed May 25, 2011 1:40 am
by Vladimir
Hello,

Please use the following styles por ASPX page:

Code: Select all


    
    
        html, body, form { height: 100%; margin: 0px; }
     


    
    
          
    
    

Also, you can use StiWebViewerFx1.View(report); method for view report in full screen mode.


Thank you.

Flash Viewer and IE9 issue

Posted: Wed May 25, 2011 12:54 pm
by kris@bplogix.com
That worked great thank you.

But I am surprised that the Report Designer does not need that same addition.

Flash Viewer and IE9 issue

Posted: Wed May 25, 2011 6:00 pm
by jay@bplogix.com
Should that tag be added to the ASPX page that includes the Report Designer too? It appears to work without it on IE 9, but I want to make sure that there is not a problem hidden somewhere.

Flash Viewer and IE9 issue

Posted: Thu May 26, 2011 6:56 am
by Vladimir
Hello,

If you use a StiWebViewerFx1.View(report); method, then it is not necessary to set styles for the ASPX page, by analogy with the StiWebDesigner1.Design(report); method. In this case, WebViewerFx, as a WebDesigner, will automatically create its start HTML page with the required styles.

Thank you.