LEADTOOLS Support
Imaging
Imaging SDK Questions
problem with doubleClick for RasterImageList
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 15, 2006 4:39:35 AM(UTC)
Groups: Registered
Posts: 4
I am currently using LeadTools 14.5 for .Net in my project.
when any item onRasterImageList is double clicked , I want to find which item is double clicked.
I written doubleClick event for RasterImageList.
when I double clicked on item in the ImageList my doubleClick event is not be called.
If I double clicked empty area on ImageList control , doubleclick event is called.
does RasterImageList Control provide double click event for items on it ?
please give me a solution.
thanks.
#2
Posted
:
Monday, June 19, 2006 8:21:53 AM(UTC)
Groups: Manager, Tech Support
Posts: 367
Was thanked: 1 time(s) in 1 post(s)
I tested the double click event in LEADTOOLS 14.5 .NET classes in both the RasterImageList class and the RasterThumbnailBrowser class, and it worked inside and outside items.
Which build of LEADTOOLS are you using exactly?
Amin Dodin
Senior Support Engineer
LEAD Technologies, Inc.
#3
Posted
:
Monday, June 19, 2006 10:31:09 PM(UTC)
Groups: Registered
Posts: 4
I have added that
I have implemented also Mouse down event for RasterImageList. so double click event of RasterImageList cannot be called.
there is any solution?
#4
Posted
:
Wednesday, June 21, 2006 6:09:33 PM(UTC)
Groups: Manager, Tech Support
Posts: 367
Was thanked: 1 time(s) in 1 post(s)
The attached demo program shows how to use the MouseDown and DoubleClick events with the Leadtools.WinForms.RasterImageList control to detect when an item in the list is double-clicked.
Amin Dodin
Senior Support Engineer
LEAD Technologies, Inc.
#5
Posted
:
Monday, June 26, 2006 11:54:11 PM(UTC)
Groups: Registered
Posts: 4
thanks a lot your sample project.it is working very well.
but i think my problem about DoDragDrop() method of RasterImageList.
because , i have called DoDragDrop method in the MouseDown event.
that calling is clear other events like double click.
Briefly i explain my project.
there are 2 imagelist (A,B) .
Items are skipped between two imagelist with drag drop process.
but in addition my users want, when an item double clicked on the imagelist (A) , that item automatically skips other imagelist (B).
how can i solve this problem?
#6
Posted
:
Wednesday, June 28, 2006 10:59:32 AM(UTC)
Groups: Manager, Tech Support
Posts: 367
Was thanked: 1 time(s) in 1 post(s)
I'm attaching a project that implements both drag-and-drop and double-click event.
It is based on the project from the following thread, so please read the post there to know more about the project and how to get it to work:
http://support.leadtools.com/SupportPortal/cs/forums/5896/ShowPost.aspx
Amin Dodin
Senior Support Engineer
LEAD Technologies, Inc.
LEADTOOLS Support
Imaging
Imaging SDK Questions
problem with doubleClick for RasterImageList
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.