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.MultiSelectedImagesList 2x Selected?

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
wesleybobato Posted - Mar 10 2015 : 15:09:55
Hello Nigel.

TimageEnMView.MultiSelectedImagesList
Capturing this 2 times the Thumbnail selected.

You can Check Please if You Need an Example
Can I Send Him

Many Thanks

Have A Wonderful Day.
7   L A T E S T    R E P L I E S    (Newest First)
wesleybobato Posted - Mar 10 2015 : 18:11:06
Hello Nigel.

Thank You for your attention.

I I'll test it again.

Here I will Post the Test Results.

Have a Wonderful Day.
xequte Posted - Mar 10 2015 : 17:43:28
Hi Wesley

Here is my code

procedure TForm1.IEFolderMViewKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
var
  _mSelect: TIEArrayOfInteger;
  I: Integer;
begin
  if key = vk_q then
  begin
    _mSelect := IEFolderMView.MultiSelectedImagesList;
    for I := High(_mSelect) downto Low(_mSelect) do
    begin
      memo1.lines.add(intToStr(_mSelect[I])); //2x...
    end;
  end;
end;


The memo is filled correctly with the indexes of selected thumbnails. What are you seeing?

If you are getting duplicates, what method did you use to select the thumbnails?


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
wesleybobato Posted - Mar 10 2015 : 17:24:31
Nigel Add This Code in OnKeyDown Event
the TimageEnMView

Key case of
  VK_ADD: CODE HERE ...

Have a Wonderful Day.
wesleybobato Posted - Mar 10 2015 : 17:20:47
var
_mSelect: TIEArrayOfInteger;

begin
_mSelect := ImgThumbs.MultiSelectedImagesList;
for I := High(_mSelect) downto Low(_mSelect) do
begin
memo1.lines.add(intToStr(_mSelect[I])); //2x...
end;
xequte Posted - Mar 10 2015 : 17:13:36
Hi Wesley

Sorry, can you show me the code you are using.


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
wesleybobato Posted - Mar 10 2015 : 16:57:20
Hello Nigel.

Unfortunately I have still problems.

You fixed MultiSelectedImagesCount only.

MultiSelectedImagesList is still a problem in version 6.

Have a Great Day.
xequte Posted - Mar 10 2015 : 15:57:32
Hi Wesley

This is fixed in V6.0.0. I've just emailed you a link to it.


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com