Oh, sorry, you were right!
That was the problem,
thanks a lot!
Usch
Search found 14 matches
- Sat Mar 27, 2010 1:03 pm
- Forum: Support
- Topic: additional space after RTF field
- Replies: 3
- Views: 12481
- Sat Mar 27, 2010 12:55 pm
- Forum: Support
- Topic: additional space after RTF field
- Replies: 3
- Views: 12481
- Fri Mar 26, 2010 2:33 pm
- Forum: Support
- Topic: additional space after RTF field
- Replies: 3
- Views: 12481
additional space after RTF field
Hi, I have a problem exporting rtf from TRichView 12.1/ScaleRichView 3.1. My text contains rtf reference fields to numbered lists. In the resulting rtf, there is always a space character after the field. Example: I have a document with one paragraph with text "Usch 1", which is a numbered list, soe ...
- Wed Apr 02, 2008 3:09 pm
- Forum: Support
- Topic: replace every occurrence of a text by another text
- Replies: 1
- Views: 8942
replace every occurrence of a text by another text
Hi, it sounds very simple, but I dont' find a way for this: I habe a formatted text in a TRichViewEdit control. There can be tables in the text. Now I want to find any occurence (also in tables) of a text snippet, e.g. "xyz" and replace it by another text, e.g. "example text". The formatting of the ...
- Wed Oct 17, 2007 10:19 am
- Forum: Support
- Topic: copy text with checkpoint in it
- Replies: 1
- Views: 8766
copy text with checkpoint in it
Hi, I just tried to copy and paste some paragraphs in one RichViewEdit. One of the selected items contains a checkpoint. Now when I copy & paste the selected text, only the first paragraphs up to the checkpoint are pasted. The item with the checkpoint and all following items are not pasted. Isn't it ...
- Fri Oct 12, 2007 8:27 am
- Forum: Support
- Topic: Internal Hyperlink in RTF documents
- Replies: 9
- Views: 33836
reference with dynamic text?
Hi, thank you for your quick answer! Unfortunately I think I need bookmarks on a text fragment, noit only a position, because I would like to make dynamic text references like "see chapter xxx", where xxx is the text of the chapter title, and the text "see chapter xxx" changes to "see chapter yyy ...
- Thu Oct 11, 2007 4:50 pm
- Forum: Support
- Topic: Internal Hyperlink in RTF documents
- Replies: 9
- Views: 33836
some more explanation?
Hello, I also need internal references in documents, but I don't understand you explanations in this topic. I know how to create a Checkpoint, but how can I create a link to this checkpoint? Where and to what do I add the "{\field{...". If I just add it as text, it is just text of course. Does it ...
- Thu Oct 11, 2007 12:03 pm
- Forum: Support
- Topic: delete a style
- Replies: 1
- Views: 8918
delete a style
Hi, I want to delete Text- and ParaStyles. In the online help it says about TFontInfos.Delete: "Obsolete, please do not use. In order to delete i-th item from text styles, use TRVStyle.TextStyles .Free" But is that also correct for BCB6? TextStyles->Delete(i) and ParaStyles->Delete(i) seem to work ...
- Thu Jul 26, 2007 8:57 am
- Forum: Support
- Topic: How to create a TRichView at runtime
- Replies: 1
- Views: 9056
How to create a TRichView at runtime
Hi, I would like to create and fill a document or TRichViewEdit at runtime with CB6 and save it without showing it in the gui. Something like: TRichViewEdit *rve = new TRichViewEdit(NULL); TRVStyle* style = new TRVStyle(NULL); rve->Style = style; rve->InsertText("test"); TMemoryStream*Stream = new ...
- Wed Jul 25, 2007 4:42 pm
- Forum: Support
- Topic: Load styles from ini witout deleting existing styles?
- Replies: 1
- Views: 9090
Load styles from ini witout deleting existing styles?
Hi, I developed an application where users can generate text modules and build together documents from several of these text modules. Now I would like add a possibility for the users to configure some standard styles, e.g. one for "normal text", one for "heading", one "standard list" (they shall not ...
- Tue Feb 06, 2007 3:42 pm
- Forum: Support
- Topic: load userdefined style information to existing text
- Replies: 4
- Views: 21202
about the numeration problem: I had a problem with numbered lists; you gave me a fix for it; and you wrote (August 06): "The problem is in the following. Each list style has its own random generated identifier. These identifiers were created to distinguish lists with the same properties on merging ...
- Thu Feb 01, 2007 3:30 pm
- Forum: Support
- Topic: load userdefined style information to existing text
- Replies: 4
- Views: 21202
load userdefined style information to existing text
Hello Sergey, I have a question: I use TRichview in an CB6-application where the users can create and format text modules. Later the users can select text modules to generate a document. I merge the document from the selected modules using InsertRVFFromStream. Until now the RVStyle for the modules ...
- Mon Oct 02, 2006 11:04 am
- Forum: Support
- Topic: text modules with numbered lists
- Replies: 2
- Views: 11407
- Fri Sep 29, 2006 12:10 pm
- Forum: Support
- Topic: text modules with numbered lists
- Replies: 2
- Views: 11407
text modules with numbered lists
Hi, I use TRichview in an application where the users can create and format text modules. I use the RichViewActions there. Later the users can select text modules to generate a document. I merge the document from the selected modules using InsertRVFFromStream. Now my problem: When the user selects ...