LEADTOOLS Support
General
General Questions
Re: Scrooling images using mouse wheel on MedicalImageViewer (LT v16)
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, July 2, 2009 8:46:13 AM(UTC)
Groups: Registered
Posts: 19
Hi. I'm using LEADTOOLS v16/VS VB.NET 2008.
I'm trying to scroll images using MedicalViewer control/Wheel mouse button but it doesn't work.
I'm using this code:
MedicalViewer1.SetAction(MedicalViewerActionType.Stack, MedicalViewerMouseButtons.Wheel, MedicalViewerActionFlags.Active Or MedicalViewerActionFlags.RealTime)
Is there something else to do?
Thanks.
#2
Posted
:
Thursday, July 2, 2009 11:34:43 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
You cannot or Active and RealTime together. As stated in the documentation for RealTime and OnRelease: "This option is only valid if either AllCells or Selected is also set"
Did you also call AddAction prior to SetAction?
We have released 16.5 which is a free upgrade to 16.0 customers. It contains a lot of new features and bug fixes, so you should upgrade to get the latest DLLs because I'm having no problems in 16.5. For more details on the new features and a link to download, please visit
http://www.leadtools.com...general/new-in-v16_5.htm
#3
Posted
:
Thursday, July 30, 2009 3:57:41 AM(UTC)
Groups: Registered
Posts: 19
Ok Greg.
Thanks.
Alexandre
LEADTOOLS Support
General
General Questions
Re: Scrooling images using mouse wheel on MedicalImageViewer (LT v16)
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.