ShortCut processing bug ?

General TRichView support forum. Please post your questions here
Post Reply
11111
Posts: 25
Joined: Sat Feb 07, 2015 12:02 pm

ShortCut processing bug ?

Post 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 ?
11111
Posts: 25
Joined: Sat Feb 07, 2015 12:02 pm

Post by 11111 »

Solved!
11111
Posts: 25
Joined: Sat Feb 07, 2015 12:02 pm

Post by 11111 »

Actual for old version assignment is no more necessary
//RVEEditrvActionPaste2.Control := cxTRichViewEdit2.InnerEditor.RootEditor;
//RVEEditrvActionPasteAsText2.Control := cxTRichViewEdit2.InnerEditor.RootEditor;
Post Reply