Search found 12 matches
- Fri Jun 13, 2008 12:53 pm
- Forum: Support
- Topic: Unrecognizable Code when be selected in richviewedit
- Replies: 2
- Views: 9995
- Fri Jun 13, 2008 2:10 am
- Forum: Support
- Topic: Unrecognizable Code when be selected in richviewedit
- Replies: 2
- Views: 9995
Unrecognizable Code when be selected in richviewedit
I inputed a document into the richviewedit and set a pair of checkpoints into the document. Then used the SetSelectionBounds method to select the content between the pair of checkpoints. End, saved the selection to RVFStream. After I got the RVFStream, inserted it into another richview. I found ...
- Wed Jun 04, 2008 12:39 am
- Forum: Support
- Topic: I want to get a apart from a RVF document
- Replies: 2
- Views: 10112
- Tue Jun 03, 2008 12:06 pm
- Forum: Support
- Topic: I want to get a apart from a RVF document
- Replies: 2
- Views: 10112
I want to get a apart from a RVF document
I want to get a apart from a RVF document.I've set a pair of tags(has special item tag) in the document .for example , 1123 -----a aafd fsafsd -----a 3434 I want to get the part, and delete the blank line,like this : aafd fsafsd then save it to a stream.this part includes all the format style. I've ...
- Fri May 09, 2008 7:59 am
- Forum: Support
- Topic: strange problem,the rvstyle font is automatically changed
- Replies: 3
- Views: 13838
- Wed May 07, 2008 1:22 pm
- Forum: Support
- Topic: strange problem,the rvstyle font is automatically changed
- Replies: 3
- Views: 13838
strange problem,the rvstyle font is automatically changed
My richview's version is 1.9.46.In the Rvstyle of richvewedit and richview,I set the font to unicode: "rvs_Comm.TextStyles .Unicode := True;".Then,I set the fontname to "Tahoma". At first,the richvew and richviewedit are ok.But after running the pragramme at several times , the font's name becomes ...
- Sun Mar 23, 2008 12:17 pm
- Forum: Support
- Topic: How can import a block content of word into richview
- Replies: 2
- Views: 9911
- Sun Mar 23, 2008 2:01 am
- Forum: Support
- Topic: How can import a block content of word into richview
- Replies: 2
- Views: 9911
How can import a block content of word into richview
Hello,
I inserted a pair of special labels into my msword document.I want to import the content between the labels into richview.The demo of richview is only about import the word file.I want to know, how can I import a apart of word into richview without save temporary file.
thank you.
I inserted a pair of special labels into my msword document.I want to import the content between the labels into richview.The demo of richview is only about import the word file.I want to know, how can I import a apart of word into richview without save temporary file.
thank you.
- Mon Feb 25, 2008 2:30 am
- Forum: Support
- Topic: How to get the table's itemno by a rvdata of cell
- Replies: 2
- Views: 9912
- Sun Feb 24, 2008 6:41 am
- Forum: Support
- Topic: How to get the table's itemno by a rvdata of cell
- Replies: 2
- Views: 9912
How to get the table's itemno by a rvdata of cell
Refering to the quiz in the demos, I make a program.There are several tables in my document, only one can be chosen. How do I get the table's itemno in the rv through RVDATA of the CELL?I want to judge the table whether to can be operated by the table's itemtext.
- Sat Jan 19, 2008 10:26 pm
- Forum: Support
- Topic: how to create a dynamic richview object?
- Replies: 2
- Views: 10019
Thank you very muck
I have bean solven it.
- Fri Jan 18, 2008 6:21 am
- Forum: Support
- Topic: how to create a dynamic richview object?
- Replies: 2
- Views: 10019
how to create a dynamic richview object?
I need to judge that a rvf's stream contains the special tag which I set.So, I create a dynamic richview object and create a instance to do it.But, there are errors in my program. function PipisheUtil.judgeRVSTREAMIsNull(rvStream: TStream): Boolean; var tempRV: TRichView; tempStream:TStream; begin ...