Hello Chris,
Quote:Chris Herrington (9/6/2005)
I downloaded the multi page tiff example and I am trying to implement it into an application. I can not get the java clients scripts to register in the web.config file. Have any ideas? I created a directory withing my application but it can not add the keys for some reason.
Could you post here or
submit case with the url of your page?
Quote:Chris Herrington (9/6/2005)
The second thing is that I am running the example and I am curious if there is a way to prevent that blur effect when scrolling, zoom, etc......? This is kind of slow and I would like to eliminate it. I just need the image to be rich client style access.
We confirm the problem. We will fix it in next version. As for temporary solution you can set
PreviewImageResizeRatio parameter to
1 value
Code:<aur:BitmapViewer id="BitmapViewer1" runat="server" Width="560" height="400" PreviewImageResizeRatio="1">
</aur:BitmapViewer>
Quote:Chris Herrington (9/6/2005)
The final question is that I do not need a view state for this form or control at all. I want the end user to change the image get the next image etc. pretty much do anything they want and when they click the back button I need it to take them to the previous web page, not undo all the items they have changed to the image.
We confirm the problem. BitmapViewer has special custom ViewState implementation to allow properties manipulation on both client and server sides. We will fix it in next release.
Best regards,
Fedor Skvortsov