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
 Thumbnail Index on the Mouse Move?

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 25 2013 : 15:41:50
Hello is Possible Capturing the Mouse Thumb Through this Event?

TFrmMain.ImgVendasMouseLeave procedure (Sender: TObject);
begin

end;

Thank You For Attention.
10   L A T E S T    R E P L I E S    (Newest First)
wesleybobato Posted - Mar 26 2013 : 14:26:46
Thank you William, you are the best.
w2m Posted - Mar 26 2013 : 14:05:34
procedure TForm1.ImageEnMView1MouseMove(Sender: TObject; Shift: TShiftState; X, Y: Integer);
var
  iHint: string;
  iIndex: integer;
begin
  iIndex := ImageEnMView1.ImageAtPos(X, Y);
  iHint := ExtractFileName(ImageEnMView1.ImageFileName[iIndex]);
  ImageEnMView1.Hint := iHint;
  Application.ActivateHint(ImageEnMView1.ClientToScreen(Point(X, Y)));
end;

William Miller
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html
wesleybobato Posted - Mar 26 2013 : 13:42:15
Thank you William for everything is perfect!
can you help me on the question of how to change the hint in the event onMouseMove?

TImageENMView1.Hint:= TImageENMView1.ImageBottomText['MOUSE_POSITION_IDX']. Caption;

Willian can help me?

Thanks for Everything.
w2m Posted - Mar 26 2013 : 12:50:56
See your original topic: http://www.imageen.com/ieforum/topic.asp?TOPIC_ID=790

Bill

William Miller
wesleybobato Posted - Mar 26 2013 : 10:38:42
Hello Willian is possible to call the printing wizard windows photos

http://msdn.microsoft.com/en-us/library/cc351041 (v = VS.85). aspx

you help me call the printing wizard windows photos?
wesleybobato Posted - Mar 26 2013 : 10:21:53
Hello William Thanks for your help ...
I Want to Do So

ImgVendas.Hint := ImgVendas.ImageBottomText['MOUSE_POSITION_IDX'].Caption;

Willian can help me?

Thanks for Everything.
w2m Posted - Mar 26 2013 : 08:44:35
What do you need the index for? What are you trying to do?

William Miller
wesleybobato Posted - Mar 26 2013 : 05:01:57
Sorry Google Translate translated wrong Nigel.
I like to capture the image index in OnMouseMove event is possible?

Thank you for your help Nigel, Good Work.
xequte Posted - Mar 25 2013 : 20:28:50
Sorry what do you mean by the "Mouse Thumb"


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
wesleybobato Posted - Mar 25 2013 : 15:48:02
or MouseMove Event ??