ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 TImageEnMView dragmode automatic

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
whisper1980 Posted - May 22 2018 : 21:04:08
Seems like if the drag mode for the TImageEnMView is set to dmAutomatic, I cannot select a different thumbnail to drag since it seems to start the drag operation on mouse down instead of on mouse move as with other controls like TListView.

Am I missing a setting somewhere?


Eric
4   L A T E S T    R E P L I E S    (Newest First)
whisper1980 Posted - May 23 2018 : 18:14:14
Thanks, no big deal as the amount of code is trivial. Just didn't know if it was a bug or something I was doing wrong.

Eric
xequte Posted - May 23 2018 : 17:09:46
Hi Eric

Unfortunately because of some special handling needed by MView, dmAutomatic is not supported.

The correct list of demos should be:

\Demos\Multi\DragDrop_MultiView2\Multiview2.dpr
\Demos\Multi\DragDrop_MultiView\TImageEnMView_DD.dpr
\Demos\LayerEditing\DragDropLayers\Layers_DragDrop.dpr
\Demos\Multi\DragDrop_FileList_2\TImageEnMView_FileList.dpr

Nigel
Xequte Software
www.imageen.com
whisper1980 Posted - May 23 2018 : 16:40:36
Yes, but those have the drag mode set to manual, requiring having to add code to the mouse move event. Usually one does not need to do that and instead simply set the drag mode to automatic as in the case with TListView.

Eric

P.S. 2nd example mentioned does not even have drag that I see.
xequte Posted - May 23 2018 : 06:15:44
Hi Eric

Have you tried the DragDrop demos:

- Demos\Multi\DragDrop_MultiView\TImageEnMView_DragDrop.dpr
- Demos\Multi\Multiview2\Multiview2.dpr

Nigel
Xequte Software
www.imageen.com