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

quantuz

Sweden
55 Posts

Posted - Mar 02 2013 :  18:23:53  Show Profile  Reply
Is it possible to scroll with the mouse at the same time as select mode is set? When the mouse is outside the selected are a mouse down shuld make the image scroll, now I have to use the scroll bars.
I tried the setting below but without effect.
ImageEnView1->MouseInteract = selectedChild->ImageEnView1->MouseInteract << miSelect << miScroll;

klausdoege

Germany
389 Posts

Posted - Mar 03 2013 :  01:38:56  Show Profile  Reply
yes it's possible, you must set
as example:
- ImageEnVect.SelectionOptions:=[iesoSizeable, iesoMoveable, iesoCanScroll];
and if you liked:
- if Animate_CheckBox.Checked then ImageEnVect.SelectionOptions:=ImageEnVect.SelectionOptions+[iesoAnimated];
- if CutBorder_CheckBox.Checked then ImageEnVect.SelectionOptions:=ImageEnVect.SelectionOptions+[iesocutborders];

I hope that helps

Klaus
www.klausdoege.de
Go to Top of Page

klausdoege

Germany
389 Posts

Posted - Mar 03 2013 :  01:41:12  Show Profile  Reply
ImageEnVect is like ImageEnView1

Klaus
www.klausdoege.de
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: