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 detect ????????
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

yogiyang

India
727 Posts

Posted - Jan 31 2015 :  09:22:28  Show Profile  Reply
As the subject says.

I want to detect many operations performed by user.

Here is the list of operations that I want to detect:
  • How much user has Rotated a Layer
  • Whether any adjustments (Auto Bright, Auto Image Enhance1 , etc.) have been performed on a Layer or not
  • Layer is Resized
  • The order in which these operations were performed


Please help me to resolve these issues to whatever extent they are possible.

All help is greatly appreciated.

TIA



Yogi Yang

xequte

38615 Posts

Posted - Feb 02 2015 :  03:32:39  Show Profile  Reply
Hi Yogi

You would need to monitor the OnLayerNotify event:

http://www.imageen.com/help/TImageEnView.OnLayerNotify.html

And then store the change in your own log/list (along with the relevant detail, such as the new rotation/size from layer properties).


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

yogiyang

India
727 Posts

Posted - Feb 03 2015 :  00:54:39  Show Profile  Reply
Hi Nigel,

Thanks for the tip. I am already doing that but for me remembering the changes even after the file is saved and closed is a big challenge.

Anyways I am trying to make a way of this problem.

One last thing I am not able to get what adjustment user has made in effect dialog. I am using this code to bring up Effect Dialog: ImageEnView1.Proc.DoPreviews(ppeEffects)

Any ideas as to how we can extract all the effects that the user has applied and the order in which these effects have been applied?

TIA



Yogi Yang
Go to Top of Page

xequte

38615 Posts

Posted - Feb 03 2015 :  22:44:03  Show Profile  Reply
Hi

You can access the changes made va Proc.DoPreviews with IPDialogParams:

http://www.imageen.com/help/TImageEnProc.IPDialogParams.html

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

yogiyang

India
727 Posts

Posted - Feb 05 2015 :  06:25:11  Show Profile  Reply
Hi Nigel,

Thanks for the link.

I will study that and get back if I have any problems.

TIA



Yogi Yang
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: