Search found 5 matches
- Wed Mar 10, 2010 1:25 pm
- Forum: Support
- Topic: Undo action bug?
- Replies: 1
- Views: 6277
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 ...
- Thu Mar 04, 2010 10:50 am
- Forum: Support
- Topic: Disable shortcut keys (Shift+Delete, Ctrl+X etc.)
- Replies: 2
- Views: 7471
- Thu Mar 04, 2010 8:27 am
- Forum: Support
- Topic: Disable shortcut keys (Shift+Delete, Ctrl+X etc.)
- Replies: 2
- Views: 7471
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?
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?
- Mon Dec 28, 2009 7:41 am
- Forum: Support
- Topic: Item's text fragmentation
- Replies: 2
- Views: 7708
- Tue Dec 22, 2009 1:34 pm
- Forum: Support
- Topic: Item's text fragmentation
- Replies: 2
- Views: 7708
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 ...