Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
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: