Hello,
I bought your Stimulsoft Reports.Fx for Flex and the viewer doesn't work in my application.
I allow the user to change the theme of my application: FlexGlobals.topLevelApplication.styleManager.loadStyleDeclarations2(theme.url)). But unfortunately this also changes the theme of the report viewer but the worse is that also the viewer doesn't show the report (blank page).
Please help !
styleManager breaks report viewer
Re: styleManager breaks report viewer
This code block solve the theme problem:
var report:StiReport = new StiReport();
report.addEventListener(StiViewerEvent.EXIT, onExit);
...
unload theme
report.show();
However I want to capture EXIT event to load the theme again but this event is never fired !
var report:StiReport = new StiReport();
report.addEventListener(StiViewerEvent.EXIT, onExit);
...
unload theme
report.show();
However I want to capture EXIT event to load the theme again but this event is never fired !
Re: styleManager breaks report viewer
Problem solve.
Re: styleManager breaks report viewer
Hello.
We are glad to work with such costumers.
Let us know if you need any additional help.
Thank you.
We are glad to work with such costumers.
Let us know if you need any additional help.
Thank you.