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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Thumbnail Index on the Mouse Move?
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

wesleybobato

Brazil
367 Posts

Posted - Mar 25 2013 :  15:41:50  Show Profile  Reply
Hello is Possible Capturing the Mouse Thumb Through this Event?

TFrmMain.ImgVendasMouseLeave procedure (Sender: TObject);
begin

end;

Thank You For Attention.

wesleybobato

Brazil
367 Posts

Posted - Mar 25 2013 :  15:48:02  Show Profile  Reply
or MouseMove Event ??
Go to Top of Page

xequte

39141 Posts

Posted - Mar 25 2013 :  20:28:50  Show Profile  Reply
Sorry what do you mean by the "Mouse Thumb"


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

wesleybobato

Brazil
367 Posts

Posted - Mar 26 2013 :  05:01:57  Show Profile  Reply
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.
Go to Top of Page

w2m

USA
1990 Posts

Posted - Mar 26 2013 :  08:44:35  Show Profile  Reply
What do you need the index for? What are you trying to do?

William Miller
Go to Top of Page

wesleybobato

Brazil
367 Posts

Posted - Mar 26 2013 :  10:21:53  Show Profile  Reply
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.
Go to Top of Page

wesleybobato

Brazil
367 Posts

Posted - Mar 26 2013 :  10:38:42  Show Profile  Reply
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?
Go to Top of Page

w2m

USA
1990 Posts

Posted - Mar 26 2013 :  12:50:56  Show Profile  Reply
See your original topic: http://www.imageen.com/ieforum/topic.asp?TOPIC_ID=790

Bill

William Miller
Go to Top of Page

wesleybobato

Brazil
367 Posts

Posted - Mar 26 2013 :  13:42:15  Show Profile  Reply
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.
Go to Top of Page

w2m

USA
1990 Posts

Posted - Mar 26 2013 :  14:05:34  Show Profile  Reply
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
Go to Top of Page

wesleybobato

Brazil
367 Posts

Posted - Mar 26 2013 :  14:26:46  Show Profile  Reply
Thank you William, you are the best.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: