ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Disabling cut/copy/paste layers

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
yeohray2 Posted - Sep 19 2021 : 04:17:14
Hi, I needed to disable the ability to cut/copy/paste layers in an image, so I used the

IEGlobalSettings().KeyboardShortcuts[xxx] := 0;

function. However, this applies to every TImageEnView. If I needed to only disable the functions for a specific instance of TImageEnView, is it possible, and how to do it?

Thanks in advance.
2   L A T E S T    R E P L I E S    (Newest First)
yeohray2 Posted - Sep 22 2021 : 11:57:35
Got it, thanks.
xequte Posted - Sep 20 2021 : 16:07:36
Hi

For individual TImageEnViews you would need to disable all keyboard support:

https://www.imageen.com/help/TImageEnView.LayerOptions.html

Nigel
Xequte Software
www.imageen.com