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
StiWebViewer problem with next/prev button images
StiWebViewer problem with next/prev button images
- Attachments
-
- problem with button images in StiWebViewer.jpg (31.93 KiB) Viewed 1309 times
Re: StiWebViewer problem with next/prev button images
Hello,
Please check the last prerelease build and let us know about the result.
Thank you.
Please check the last prerelease build and let us know about the result.
Thank you.
Re: StiWebViewer problem with next/prev button images
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
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
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:
Thank you.
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" />
- Attachments
-
- ViewerImages.zip
- (253.65 KiB) Downloaded 192 times