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
 miscroll and miselect
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

winner

22 Posts

Posted - Nov 04 2012 :  05:42:20  Show Profile  Reply
I want to toggle the mouseinteract by startdrag and dragend.
when mouse drag,imageen response miscroll,and mouse click,imageen response miobjectselect.but it cannot work.


procedure Tfrm1.img1StartDrag(Sender: TObject;
var DragObject: TDragObject);
begin
img1.MouseInteract:=[miScroll];
end;

procedure Tfrm1.img1EndDrag(Sender, Target: TObject; X, Y: Integer);
begin
img1.MouseInteractVt:=img1.MouseInteractVt+[miObjectSelect];
end;

xequte

39138 Posts

Posted - Nov 06 2012 :  01:31:53  Show Profile  Reply
Hi

Sorry, can you please explain this in more detail.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: