Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, June 22, 2006 10:37:45 PM(UTC)

mreigp  
mreigp

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

 

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Monday, June 26, 2006 2:30:19 AM(UTC)
Maen Hasan

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)

mreigp  
mreigp

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)
Maen Hasan

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
File Attachment(s):
VBNET_PanWindo.zip (13kb) downloaded 61 time(s).
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.097 seconds.