How to prevent 2-nd RVE from changes by builtin actions?
Posted: Tue Jul 12, 2016 11:59 pm
Hello,
If two RVE Editors placed in one form, with toolbar controls that uses standard rvActions, how I can prevent changes in second RVE by rvActions if second RVE is focused?
I don't want disable controls and I don't want loose some of RVE hot-keys actions for second RVE.
For example if make this RVAControlPanel1.DefaultControl := RichViewEdit1
then hotkeys Ctrl+C or Ctrl+V, Ctrl-A ... are processed in first RVE even if
second RVE has focus.
If two RVE Editors placed in one form, with toolbar controls that uses standard rvActions, how I can prevent changes in second RVE by rvActions if second RVE is focused?
I don't want disable controls and I don't want loose some of RVE hot-keys actions for second RVE.
For example if make this RVAControlPanel1.DefaultControl := RichViewEdit1
then hotkeys Ctrl+C or Ctrl+V, Ctrl-A ... are processed in first RVE even if
second RVE has focus.