T O P I C R E V I E W |
celurits |
Posted - Oct 31 2012 : 21:20:46 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 |
2 L A T E S T R E P L I E S (Newest First) |
celurits |
Posted - Nov 01 2012 : 20:42:36 Oke, Thank's Guy ,..
Thank's |
w2m |
Posted - Nov 01 2012 : 07:21:44 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 |
|
|