StiWebViewer problem with next/prev button images

Stimulsoft Reports.WEB discussion
Post Reply
tomerrd
Posts: 2
Joined: Tue Nov 05, 2013 1:15 pm

StiWebViewer problem with next/prev button images

Post 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
Attachments
problem with button images in StiWebViewer.jpg
problem with button images in StiWebViewer.jpg (31.93 KiB) Viewed 1310 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: StiWebViewer problem with next/prev button images

Post by Alex K. »

Hello,

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

Thank you.
tomerrd
Posts: 2
Joined: Tue Nov 05, 2013 1:15 pm

Re: StiWebViewer problem with next/prev button images

Post 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
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: StiWebViewer problem with next/prev button images

Post 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.
Attachments
ViewerImages.zip
(253.65 KiB) Downloaded 192 times
Post Reply