Search found 5 matches

by kolovan
Wed Mar 10, 2010 1:25 pm
Forum: Support
Topic: Undo action bug?
Replies: 1
Views: 6283

Undo action bug?

Hello Sergey, I want you to know that I found some kind of a bug. There are several components on my form: ActionList (only rvActionUndo included), MainMenu (with Undo item linked to rvActionUndo ), RichViewEdit and RVStyle. The only text in RVE is one text item with tag "Tag1" and text " several ...
by kolovan
Thu Mar 04, 2010 10:50 am
Forum: Support
Topic: Disable shortcut keys (Shift+Delete, Ctrl+X etc.)
Replies: 2
Views: 7479

Thank you, Sergey!
by kolovan
Thu Mar 04, 2010 8:27 am
Forum: Support
Topic: Disable shortcut keys (Shift+Delete, Ctrl+X etc.)
Replies: 2
Views: 7479

Disable shortcut keys (Shift+Delete, Ctrl+X etc.)

Hi,

is there any way to disable shortcut keys (Shift+Delete, Shift+Insert, Ctrl+Insert, Ctrl+X, Ctrl+C, Ctrl+V) in RichViewEdit except writing code for OnRichViewEditKeyDown event handler?
by kolovan
Mon Dec 28, 2009 7:41 am
Forum: Support
Topic: Item's text fragmentation
Replies: 2
Views: 7717

Sergey Tkachenko wrote:May be you have some protection for this text style?
You were right! That was because of rvprConcateProtect in text item's style.

Thank you!
by kolovan
Tue Dec 22, 2009 1:34 pm
Forum: Support
Topic: Item's text fragmentation
Replies: 2
Views: 7717

Item's text fragmentation

Hi, I have problem with tags and text items. I have a RichViewEdit control on my form. There is a text item with tag (TagsArePChars is ON). I'm adding "SomeText" to the item using the code: RVE->SetItemTextEd(RVE->CurItemNo, L"\{SomeText\}"); After that I'm manually typing "_TwoWords_" inside that ...