Search found 8 matches
- Sat Jan 12, 2008 5:34 am
- Forum: Support
- Topic: How to save selectionbound for future use
- Replies: 1
- Views: 8710
How to save selectionbound for future use
Hi, I want to save a set of selection ranges and then set them back after some edition(insert, delete, paste) in TRichViewEdit. I use GetSelectionBound to store the itemno and offset information. It seems to work fine with insert operation ( I have to update offset myself). However, the ItemNo and ...
- Sun Mar 11, 2007 5:10 pm
- Forum: Support
- Topic: concate items with same style
- Replies: 1
- Views: 8781
concate items with same style
As far as I understand, adjacent items with same style number will be merged unless the style has rvprConcateProtect property in Protect. However, after inserting several items into TRichViewEditor by Add() function, I found there are some adjacent items stills remains separate while they have the ...
- Thu Feb 08, 2007 3:46 pm
- Forum: Support
- Topic: how to move a olecontainer by mouse?
- Replies: 1
- Views: 9033
how to move a olecontainer by mouse?
When a TOLEContainer component is inserted into TRichViewEdit, it cannot be moved by mouse drag and drop while pictures do. How do I make TOLEContainer moved by mouses drag and drop?
TIA
TIA
- Mon Jan 01, 2007 1:59 pm
- Forum: Support
- Topic: how to set list style in TRichView?
- Replies: 2
- Views: 10884
Hi, the following code generates exception which raises from procedure call MultiLevelList in unit RVMarker. Do you have any ideas why these code doesn't work? var i: Integer; tbl: TRVTableItemInfo; begin RichView.Clear; with RVStyle1.ListStyles.Add do begin with Levels.Add do begin FirstIndent := 0 ...
- Mon Jan 01, 2007 8:58 am
- Forum: Support
- Topic: how to set list style in TRichView?
- Replies: 2
- Views: 10884
how to set list style in TRichView?
Hi, I have a table in TRichView and wanna to apply list style for some cells.
Is SetListMarkerInfo the only way? How to get ItemNo in table cells?
Thanks in advance.
Is SetListMarkerInfo the only way? How to get ItemNo in table cells?
Thanks in advance.
- Sat Apr 08, 2006 8:38 am
- Forum: Support
- Topic: save picture hint in RTF format?
- Replies: 3
- Views: 13824
- Sat Apr 08, 2006 8:35 am
- Forum: Support
- Topic: Linked picture in RTF file
- Replies: 1
- Views: 9806
Linked picture in RTF file
I have a rtf file which contains a linked picture within some dir. It's fine loading this rtf file with RichViewEditor, however, when saving this file to RTF format, the linked picture is also embeded in the result RTF file. Is there anyway to keep the link structure without embeding the picture ...
- Fri Apr 07, 2006 7:52 am
- Forum: Support
- Topic: save picture hint in RTF format?
- Replies: 3
- Views: 13824
save picture hint in RTF format?
When I save in RTF format, picture hints(or possibly all item hints) are lost.
Is there any way to save hints with RTF format?
Is there any way to save hints with RTF format?