This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, June 22, 2006 10:37:45 PM(UTC)
Groups: Registered
Posts: 2
How do I make the scrollbars not visible?. I need to compare portions of two images together.
working with v.13 was easy: autopan = true , autoscrol = false and that's all. , but in 14.5 (NET) I am not able to obtain the same effect.
Thank for your help...
Miguel
#2
Posted
:
Monday, June 26, 2006 2:30:19 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Hello,
Thank you for contacting LEADTOOLS.
If you want to hide the scrollbars of the RasterImageViewer control in LEADTOOLS .Net, you can do this by using the following code:
+------------------------------+
RasterImageViewer1.AutoScroll = False
RasterImageViewer1.AutoResetScrollPosition = False
+------------------------------+
Please let me know if this helps.
Regards,
Maen Badwan
LEADTOOLS Technical Support
#3
Posted
:
Monday, June 26, 2006 5:57:05 AM(UTC)
Groups: Registered
Posts: 2
Hello Maen,
Set AutoScroll and AutoscrollPosition to False not is a solution to my problem. I show only a portion of one image (like a window) and I need to 'move' the image with the mouse in order to view the portion that I need compare with another image. Working with v 13 (VB6) I only put autopan = true , autoscrol = false and the software works fine. Now, with V14.5 (Net 2), if I put RasterViewerInteractiveMode.Offset I can move the image BUT I can move it outside the image limits. If I put RasterViewerInteractiveMode.Pan I can't move the image.
I am working with leadtools many years without trouble, but I find the dotnet version very hard!! [:'(][:'(][:$]
Thankyou very much for your help
#4
Posted
:
Tuesday, June 27, 2006 3:11:18 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Hello,
You need to control the offset of the Pan Window viewer. I am attaching a small VB.Net project that shows how to control the offset of the Pan Window viewer using the keyboard arrow keys.You can find the code that you need to implement in the PanViewup event (PanWindowForm.vb).
Please check the project and let me know if this helps.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.