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 23, 2009 5:23:02 AM(UTC)
Groups: Registered
Posts: 6
We have an application using touched screen, so user can use his finger to click the annotations.
But we found that it is too difficault to select annotation using finger. Is there a way to let it easy.
Thanks.
#2
Posted
:
Thursday, July 23, 2009 9:19:46 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
Which LEADTOOLS version and interface are you using?
Are you using Automated or non-automated annotations?
#3
Posted
:
Thursday, July 23, 2009 9:55:25 AM(UTC)
Groups: Registered
Posts: 6
I am using 14, C++ ClassLib.
For example, I added line on the image and want to use my finger to select it.
Thanks.
#4
Posted
:
Friday, July 24, 2009 5:14:35 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
In the .NET interface, you can adjust the sensitivity of the hittest with properties such as HitTest(AnnPoint testPoint, int buffer) & ControlPointsHitTestBuffer, etc. Unfortunately, there's nothing like this in the other interfaces like CDLL, COM, CLIB, etc.
I have submitted a feature request regarding this functionality. For your reference, the feature request number is 8404IDT. If chosen for implementation, most feature requests are added at major releases (16, 17 etc.).
If this is an urgent need, please contact our custom development department by visiting
http://www.leadtools.com/devservices/ for a quote.
It would be possible to implement it yourself though. You would need to handle the "mouse" events and then do several hittests around the center point in the mouse event.
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.