Trichviewedit copy / paste issue

General TRichView support forum. Please post your questions here
Post Reply
serglogin
Posts: 4
Joined: Wed Mar 06, 2013 10:55 am

Trichviewedit copy / paste issue

Post by serglogin »

Dear developer,

We have one client who experiences copy and paste issue with our product that uses your Trichviewedit. Client just cannot copy from Trichviewedit or pasting to Trichviewedit by ctrl+c and ctrl+v.

Copy and Paste handles by Trichviewedit, moreover client can not copy and paste from/to Trichviewedit by using context menu, which actually uses:

ent_rich.CopyDef
ent_rich.Paste

commands. Is there any abilities to debug this issue?

Trichviewedit v14.12.5 (registered)

We cannot reproduce this issue as well as all other our clients never experienced it.


object ent_rich: TRichViewEdit
Tag = 211
Left = 10
Top = 23
Width = 369
Height = 74
AcceptDragDropFormats = [rvddFiles]
AcceptPasteFormats = [rvddUnicodeText]
EditorOptions = [rvoCtrlJumps]
ReadOnly = False
OnDropFiles = ent_richDropFiles
OnOleDragEnter = ent_richOleDragEnter
OnOleDragLeave = ent_richOleDragLeave
OnOleDragOver = ent_richOleDragOver
OnOleDrop = ent_richOleDrop
Anchors = [akLeft, akTop, akRight, akBottom]
PopupMenu = ent_rich_popup
TabOrder = 0
OnKeyPress = ent_richKeyPress
DoInPaletteMode = rvpaCreateCopies
Options = [rvoAllowSelection, rvoScrollToEnd, rvoShowPageBreaks, rvoAutoCopyUnicodeText, rvoFormatInvalidate, rvoDblClickSelectsWord, rvoRClickDeselects, rvoShowGridLines, rvoFastFormatting]
Style = ent_rich_style
end
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Sorry, I do not know why it can happen.
Is this problem persistent (i.e. it happens again after restarting a computer)?
serglogin
Posts: 4
Joined: Wed Mar 06, 2013 10:55 am

Post by serglogin »

Sergey,

Yes it is persistent issue on all their 16 machines (cloned Windows) appeared since we moved from TRichEdit to your TRichViewEdit, moreover there are also TRichEdit and TMemo on other forms of our application and copy/paste works properly with these controls for our client.

We use Delphi 2007
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Can they test ActionTest demo from our site, does this problem happen in it?
serglogin
Posts: 4
Joined: Wed Mar 06, 2013 10:55 am

Post by serglogin »

Sergey, I'm gonna ask them to try.
Post Reply