Hi, I'm having problems with the class DTI.ImageMan.Winforms.Viewer.I'm using Version 1.55 of ImageMan .Net with VS2008 SP1 Team System.
This is what i did:
Change the value of the property MouseZomPercentage, in the Properties Window and by code to 20,
The value of MouseWheelBehavior is set to Zoom.
Capture the ZoomChanged event and set a break point inside the method.
Every time I run the application the value of MouseZomPercentage is 20 but the ZoomLevel does not change accordingly, if the old value was 100 the new value is 110 not 120 as it should be, is there a step that I'm missing? thanks for your help.
Juan Zamudio
PS: When is the new vresion comming out?, I'm about to ship my application and i was hoping I could use the 1.60 version.