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 multiselect mouse drag problem

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 - Apr 02 2018 : 17:24:44
If I have a lot of images, I can drag the mouse to select multiple images, but this works only if you start selecting when the window is scrolled to the top. If I scroll the window down and try to multi-select with a mouse drag, the mouse drag starts to scroll the window instead of selecting.

Tested with both the Multi thumbnail demos along with setting the EnableMultiSelect option to true.

Note: I have been using the standard TListView and noticed a similar issue where if I start with the window scrolled down a bit and start drag selecting, it selects all the images and jump scrolls be me to the top. This is why I was looking at your TImageEnMView control.

Delphi 2007

Eric
6   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Apr 22 2018 : 21:49:11
Thanks Eric

1) Please try:
ImageEnMView1.MultiSelectionOptions := ImageEnMView1.MultiSelectionOptions + [ iemoRegion ]


2) Please remove mmiScroll from ImageEnMView1.MouseInteract
(Not sure why it is used in the demos. I will remove it).

Also useful:
ImageEnMView1.TrackMouseSelection := true;


Nigel
Xequte Software
www.imageen.com
whisper1980 Posted - Apr 22 2018 : 20:13:10
I am so hating HostGator about now. I ask them to fix a problem with our webstats, and they break our test server and for some unknown reason removed the MP4 mime type I had them add a year ago. I zipped it up so try this link:
http://whispersolutions.com/downloads/ThumbnailMouseDragSelectProblem.zip

I tested with the Multi/Thumbnails demo (Thumbs.exe) on the video (after modifying the property to allow for multiple selection).

I also tried it with Multi/Thumbnail2 demo and shows the same issue.


Eric
xequte Posted - Apr 22 2018 : 19:32:32
Hi

Can you clarify which of our demos you are using.


Also, accessing the file:

http://whispersolutions.com/downloads/ThumbnailMouseDragSelectProblem.mp4


Gives the error:

HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

Nigel
Xequte Software
www.imageen.com
whisper1980 Posted - Apr 13 2018 : 19:18:09
Hmmm... not sure why you cannot reproduce it. I was using 7.0.1 and updated to 7.5 and maybe is a little worse I can't remember. Anyway, two issues:

1) If starting at the top row, when dragging the mouse starting on the right side to select images, it does not select the ones on the first row left side (it starts to but when moving the mouse to the next row below, they get unselected). Starting from the left side, it is fine. This is not the way the Windows File Explorer selects, so it is non-standard IMHO.

2) The real issue, if you scroll down the list of images and start to drag select, it is fine until you drag to the next row where instead of selecting it scrolls the window.

I don't see how to attach a file, but I've uploaded a video which is using your Thumbnail demo compiled with Delphi 2007 running on Windows 10 (not running under the IDE, but it doesn't matter in any case). There is no audio, but hopefully you'll see both issues:
http://whispersolutions.com/downloads/ThumbnailMouseDragSelectProblem.mp4


Eric
xequte Posted - Apr 03 2018 : 21:26:56
Hi

I cannot reproduce that in any of our Multi demos (such as https://www.imageen.com/files/demos/run/Multi/FolderMView/FolderMView.exe ).

Are you using 7.5.0? Is there other information I need.



Nigel
Xequte Software
www.imageen.com


PS The TListView issue is highly unlikely to be related.
whisper1980 Posted - Apr 02 2018 : 19:03:56
My TListView problem is related to this Windows 10 update, so I'm wondering if it is related to TImageEnMView as well?

https://answers.microsoft.com/en-us/windows/forum/windows_10-security/important-syslistview32-bug-with-multiple-items/9e6198f7-a38a-4614-bc89-4781a9bde748?tm=1509985739913

Eric