Page 1 of 1

StiWebViewer problem with next/prev button images

Posted: Tue Nov 05, 2013 2:05 pm
by tomerrd
Hello,

I'm using the Web Reports 2012.2.1400 on an old working project of mine.
We are using the StiWebReport and StiWebViewer classes.
It is working fine.

But...

I've moved my entire site and related executables to a new machine.
Everything works fine except for the following strange phenomena.
When the report's control buttons are initially shown, the images for the buttons are also shown correctly, but as the report itself
is rendered and shown the images are changed to show broken resources (see attachment).

Any suggestions?

Yours,
Tom

Re: StiWebViewer problem with next/prev button images

Posted: Thu Nov 07, 2013 3:32 pm
by Alex K.
Hello,

Please check the last prerelease build and let us know about the result.

Thank you.

Re: StiWebViewer problem with next/prev button images

Posted: Thu Nov 07, 2013 3:42 pm
by tomerrd
Hi Aleksey,

The problem is that the product was completed and deployed back at 2011 (and is still running since then).
We renewed our subscription once more at 2012 to have the newer version, but since we didn't need to further develop our product we had no reason to again renew the subscription in 2013.
So... unless you can send me a specific royalty free run-time patch that I could place on my server, I can't use the latest pre-release...

Yours,
Tom

Re: StiWebViewer problem with next/prev button images

Posted: Mon Nov 11, 2013 12:00 pm
by Vladimir
Hello,

Please try to put the images for the viewer to the server folder, for example to the 'ViewerImages' (archive with images is in an attachment). Then, specify the relative path to these images folder in the 'ImagesPath' property of the viewer:

Code: Select all

<cc1:StiWebViewer ID="StiWebViewer1" runat="server" RenderMode="AjaxWithCache" ImagesPath="/ViewerImages" />
Thank you.