Page 1 of 1

ShortCut processing bug ?

Posted: Mon Mar 16, 2015 2:08 pm
by 11111
Hi,

Two richview on the form, each Richview has own popup menu with standart command actions from ActionList Copy/Paste/etc .

When RichView1 is focused then short cut Ctrl+С return selection from it (rv1).
And when RichView2 is focused then short cut Ctrl+С return selection from it (rv2)

but when RichView2 is focused the shortcut Ctrl+V make inserition to RichView1 instead to do this in to the RichView2.

Any idea why ?

Posted: Mon Mar 16, 2015 2:19 pm
by 11111
Solved!

Posted: Mon Mar 16, 2015 2:22 pm
by 11111
Actual for old version assignment is no more necessary
//RVEEditrvActionPaste2.Control := cxTRichViewEdit2.InnerEditor.RootEditor;
//RVEEditrvActionPasteAsText2.Control := cxTRichViewEdit2.InnerEditor.RootEditor;