Search found 7 matches

by GWIS
Mon Jun 11, 2012 10:55 pm
Forum: Support
Topic: Bullets - Saving and retrieving styles in RTF docs
Replies: 1
Views: 8375

Bullets - Saving and retrieving styles in RTF docs

I have a simple editor using RichViewEdit to edit, save, examine and modify RTF files. When I create bullets, I set an indent for FirstIndent and LeftIndent. If I save the RTF file, then read it back in, the indents have been lost and the bullet is right up against the text. I presume this is ...
by GWIS
Tue Nov 08, 2011 8:54 pm
Forum: Support
Topic: Extra /par when loading RTF file
Replies: 3
Views: 12052

Thanks Sergey. I was calling clear but my mistake was to also call Format after clearing but before loading the rtf file.
by GWIS
Mon Nov 07, 2011 11:01 pm
Forum: Support
Topic: Extra /par when loading RTF file
Replies: 3
Views: 12052

By the way, I can do it by loading the rtf template into a text stream and editing it, then putting it back into Richview, but this seems very cumbersome. Is there a better way?

Thanks
by GWIS
Mon Nov 07, 2011 9:50 pm
Forum: Support
Topic: Extra /par when loading RTF file
Replies: 3
Views: 12052

Extra /par when loading RTF file

When loading an rtf file used as a template for creating other documents, there is an extra /par inserted into the text which gives an extra line at the front. If you save the template then reload it another /par is added etc. Is there a setting to stop this or easy method to remove this immediately ...
by GWIS
Sun Mar 01, 2009 2:48 am
Forum: Support
Topic: How do you disable auto page break within a cell table?
Replies: 1
Views: 9988

How do you disable auto page break within a cell table?

I am creating a table and inserting text from a database. The cells sometimes have more than 1 line. The Richview page is then exported to RTF for distribution and is read by users using word. I have managed to do it by inserting the appropriate rtf commands for each row into the rtf file just ...
by GWIS
Sun Feb 19, 2006 10:02 pm
Forum: Support
Topic: Adding TDBChart to TRichView?
Replies: 2
Views: 12417

OK. I just copied ChartItem from Addins to DBChartItem and changed all the ..Chart.. to ..DBChart..
by GWIS
Tue Feb 14, 2006 1:22 am
Forum: Support
Topic: Adding TDBChart to TRichView?
Replies: 2
Views: 12417

Adding TDBChart to TRichView?

I have an application which adds TChart to TRichview. This works OK.
I also have some TDB Charts I want to add in.
Is there an equivalent of

TRVChartItemInfo.CreateEx(RichView1.RVData, Chart1, rvvaBaseline)

that can be used for a TDBChart.

What's the easiest way to do this?

Thanks