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
 ImageEn steals standard shortcuts
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

ioster

Germany
18 Posts

Posted - Jul 07 2021 :  03:57:45  Show Profile  Reply
Hi,

I have an vcl form with a lot of components. The most of them are editor components from Embarcadero and DevExpress. And I use ImageEnMView and ImageEnView for showing pictures on a tab.

If this tab is in the foreground, the windows standard shortcuts for copy & paste (CTRL+C / CTRL+V) are disabled in the editor objects. If it is in the background, all is fine.

Is there any property for solving this problem?

Best regards
Ingo

xequte

38180 Posts

Posted - Jul 07 2021 :  06:40:16  Show Profile  Reply
Hi Ingo

You can disable keyboard shortcuts as follows:

ImageEnView1.LayerOptions := ImageEnView1.LayerOptions - [ loKeyboardShortcuts ];

More info:

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


Nigel
Xequte Software
www.imageen.com
Go to Top of Page

ioster

Germany
18 Posts

Posted - Jul 07 2021 :  08:08:04  Show Profile  Reply
I have to set Enabled property of the ImageEnView object to false if I like to use COPY & PASTE in my edit components. The deactivation of properties called LayerOptions and KeyboardShortCuts makes no difference. But I can't disable the viewer object.
Go to Top of Page

xequte

38180 Posts

Posted - Jul 07 2021 :  18:00:56  Show Profile  Reply

Hi Ingo

All of the keyboard shortcuts are disabled as follows:

- Disable TImageEnView.KeyboardShortcuts
- Remove loKeyboardShortcuts from TImageEnView.LayerOptions
- Remove ieboEnableFileShortcuts from TImageEnFolderMView.FolderInteract
- Disable TIERichEdit.KeyboardShortcuts
- Disable TImageEnViewToolbar/TIERichEditToolbar.KeyboardShortcuts
- Remove Shortcuts from any ImageEn Actions

https://www.imageen.com/help/TImageEnView.KeyboardShortcuts.html
https://www.imageen.com/help/TImageEnView.LayerOptions.html
https://www.imageen.com/help/TImageEnFolderMView.FolderInteract.html
https://www.imageen.com/help/TIERichEdit.KeyboardShortcuts.html
https://www.imageen.com/help/TCustomImageEnToolbar.KeyboardShortcuts.html
https://www.imageen.com/help/TImageEnView_Actions.html

Other than that, keyboard shortcuts may be eaten if:
- TImageEnView.PDFViewer is enabled and a form is being edited
- The text of a TIETextLayer is being edited

If these options do not resolve it, can you create a simple demo (without third party components) that shows the issue so I can test it here?

Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: