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
 how to selec and move objects??
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

celurits

Indonesia
4 Posts

Posted - Oct 31 2012 :  21:20:46  Show Profile  Reply
I've Add a new object on TImageenVect with the command:

ImageEnVect1.AddNewObject(iekBOX, Rect(100,100,400,400), clRed);

and i have a problem, how to selec and move it with the mouse??

Thank's

w2m

USA
1990 Posts

Posted - Nov 01 2012 :  07:21:44  Show Profile  Reply
Add
ImageEnVect1.ObjStyle[hobj] := ImageEnVect1.ObjStyle[hobj] + [ievsSelectable];

ImageEnVect1.MouseInteractVt := [miObjectSelect];

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

celurits

Indonesia
4 Posts

Posted - Nov 01 2012 :  20:42:36  Show Profile  Reply
Oke, Thank's Guy ,..

Thank's
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: