The first error, as I understand, in call of FRichViewEdit.RVData.Format_.
Just remove last boolean parameters (one or more, I do not remember)
The second error, use FRichViewEdit.RVData.MarkStylesInUse, not FRichViewEdit.MarkStylesInUse.
Search found 9730 matches
- Mon Jul 30, 2007 11:11 am
- Forum: Support
- Topic: can't install RichViewActionsD5.dpk
- Replies: 8
- Views: 27764
- Mon Jul 30, 2007 8:10 am
- Forum: Support
- Topic: can't install RichViewActionsD5.dpk
- Replies: 8
- Views: 27764
- Mon Jul 30, 2007 7:50 am
- Forum: ScaleRichView
- Topic: ScaleRichView Compile Error With BDS 2006 - C Builder
- Replies: 3
- Views: 23195
- Sun Jul 29, 2007 5:17 pm
- Forum: Support
- Topic: Printing problems with ReportBuilder
- Replies: 3
- Views: 11268
- Sat Jul 28, 2007 2:56 pm
- Forum: Support
- Topic: Gif anim. prob. with using together Alphaskins&Richview
- Replies: 6
- Views: 16339
- Sat Jul 28, 2007 1:11 pm
- Forum: Support
- Topic: Gif anim. prob. with using together Alphaskins&Richview
- Replies: 6
- Views: 16339
- Sat Jul 28, 2007 12:48 pm
- Forum: ScaleRichView
- Topic: ScaleRichView Compile Error With BDS 2006 - C Builder
- Replies: 3
- Views: 23195
- Sat Jul 28, 2007 12:44 pm
- Forum: ScaleRichView
- Topic: ScaleRichView - shareware TRichView addon for WYSIWYG edit
- Replies: 19
- Views: 138661
- Thu Jul 26, 2007 6:12 pm
- Forum: Support
- Topic: Load styles from ini witout deleting existing styles?
- Replies: 1
- Views: 9943
Load INI in another RVStyle, then copy styles:
Code: Select all
for i := 0 to RVStyle2.TextStyles.Count-1 do
RVStyle1.TextStyles[i].Assign(RVStyle2.TextStyles[i]);
- Thu Jul 26, 2007 6:09 pm
- Forum: Support
- Topic: InsertStringTag with RC
- Replies: 3
- Views: 15598
- Thu Jul 26, 2007 1:25 pm
- Forum: Support
- Topic: can't install RichViewActionsD5.dpk
- Replies: 8
- Views: 27764
I think you need older version of RichViewActions for TRichView 1.9.21, but unfortunately I do not have it.
Please tell me what exactly errors the compiler generates while compiling RichViewActions. May be I will be able to suggest how to modify RichViewActions to compile them with TRichView 1.9.21 ...
Please tell me what exactly errors the compiler generates while compiling RichViewActions. May be I will be able to suggest how to modify RichViewActions to compile them with TRichView 1.9.21 ...
- Thu Jul 26, 2007 1:20 pm
- Forum: Support
- Topic: How to create a TRichView at runtime
- Replies: 1
- Views: 9927
- Wed Jul 25, 2007 12:08 pm
- Forum: Support
- Topic: Text floating around picture
- Replies: 5
- Views: 17588