Search found 100 matches

by vit
Sat Oct 03, 2015 7:51 am
Forum: ScaleRichView
Topic: Header/Footer heights
Replies: 3
Views: 18119

Thanks!
by vit
Fri Oct 02, 2015 10:53 am
Forum: ScaleRichView
Topic: Header/Footer heights
Replies: 3
Views: 18119

What I actually need is a distance between the top border of the page and the top point of the cursor as it placed at the first line of SRVE.RichViewEdit. So I suppose this distance is SRVE.TopMargin100Pix + Header Text And similarly I need a distance between the bottom border of the page and the bo...
by vit
Fri Oct 02, 2015 9:26 am
Forum: ScaleRichView
Topic: Header/Footer heights
Replies: 3
Views: 18119

Header/Footer heights

How to find out heights of a header and a footer of SRVE?

Thanks!
by vit
Mon Jun 15, 2015 3:50 pm
Forum: ScaleRichView
Topic: Different margins in SRVE
Replies: 2
Views: 17424

Wow, I've just noted the post bellow
http://www.trichview.com/forums/viewtopic.php?t=6673

so, it's still impossible?
by vit
Mon Jun 15, 2015 3:44 pm
Forum: ScaleRichView
Topic: Different margins in SRVE
Replies: 2
Views: 17424

Different margins in SRVE

Hi!
Is there way to set in SRVE different margins for different pages after page break?
In Page Setup form is possible to set margins for entire document only.
Thanks!
by vit
Wed Mar 04, 2015 9:11 am
Forum: Support
Topic: was InsertRTFFromStreamEd changed?
Replies: 1
Views: 10480

was InsertRTFFromStreamEd changed?

Hi!

It seems that InsertRTFFromStreamEd was changed in some of last versions of RVE. It used to paste a text from a stream without carriage return after the stream's data, but now it does

Was this change made deliberately? This changes a behaviour of my application.
by vit
Sat Dec 15, 2012 7:28 am
Forum: Support
Topic: How to extend the standard updation of TrvAction
Replies: 1
Views: 8949

How to extend the standard updation of TrvAction

I’ve already wrote the similar question but I haven’t got the answer :( So now I repeat it in other words I hope you’ll help me. I want to extend the updation of TrvAction. For example there is TrvActionTableInsertRowsBelow. It’s enabled when the cursor is at the table and document is not read-only ...
by vit
Sat Dec 15, 2012 6:53 am
Forum: Support
Topic: Receiving the current editor from TAction.OnUpdate
Replies: 1
Views: 9061

Receiving the current editor from TAction.OnUpdate

I need to get current editor either TRichViewEdit or TSRichViewEdit from TrvAction.OnUpdate event handler. As I understood http://www.trichview.com/help-actions/trvacontrolpanel_defaultcontrol.htm I should check in the next sequence: 1. TRVAControlPanel.DefaultControl 2. TrvAction.Control 3. focused...
by vit
Thu Aug 09, 2012 12:42 pm
Forum: Support
Topic: Dragging text inside SRVE
Replies: 1
Views: 9185

Dragging text inside SRVE

Hi! It's possible in ActionTest to drag text only inside SRVE’s area. If I move cursor to either top or bottom border of SRVE while dragging, scrolling won’t happens. How to implement dragging with scrolling correctly? P.S. I’ve tried with using OnOleDragOver& OnOleDrop and ScrollToCaret/ScrollT...
by vit
Sat Jul 28, 2012 7:18 pm
Forum: ScaleRichView
Topic: Why don't you make the DoConvertRVtoSRV visible?
Replies: 2
Views: 16981

Yes, it would be OK.
by vit
Sat Jul 28, 2012 5:22 pm
Forum: ScaleRichView
Topic: Why don't you make the DoConvertRVtoSRV visible?
Replies: 2
Views: 16981

Why don't you make the DoConvertRVtoSRV visible?

Hi! Have you tried to create application like \srv_demos\Demos\CustomDraw\Rectangles\DrawAll, but wich also draws rectangles when either RVHeader or RVFooter is edited? Try to replace SRichViewEdit1.RichViewEdit.RVData by SRichViewEdit1.ActiveEditor.RVData and enter some text into RVHEader. You'll s...
by vit
Fri Jul 27, 2012 3:22 pm
Forum: Support
Topic: Compatibility of RVF formats - before and after 13.2
Replies: 1
Views: 8860

Compatibility of RVF formats - before and after 13.2

Hi! I have a table in a database with a lot of documents in RVF. These documents use tags as integer values very intensively. Of course rvoTagsArePChars was switched off. The values start from 1. These documents were made using a version of components older than 13.2. Now I've updated the components...
by vit
Wed Jul 25, 2012 9:20 am
Forum: Support
Topic: Sharing styles between RichViewEdit, RVHEader and RVFooter
Replies: 5
Views: 18864

Sharing styles between RichViewEdit, RVHEader and RVFooter

Hi! I use the same TRVStyle for RichViewEdit, RVHEader and RVFooter of TSRichViewEdit (ExternalRVStyle, ExternalRVStyleHeader and ExternalRVStyleFooter). If style A is only used by RVHEader and style B by RVFooter, TSRichViewEdit.RichViewEdit.DeleteUnusedStyles will delete all them. Is there way to ...
by vit
Tue Jul 24, 2012 6:05 pm
Forum: Support
Topic: InsertStringTag causes an exception in ActiveEditor
Replies: 5
Views: 18161

Thank you!
by vit
Tue Jul 24, 2012 2:12 pm
Forum: Support
Topic: InsertStringTag causes an exception in ActiveEditor
Replies: 5
Views: 18161

in case of SRVE.ActiveEditor it causes the exception too. But it works for TRichViewEdit. In the TCustomRichViewEdit.InsertStringTag, InsertStringATag, InsertStringWTag subject of the TRichView Reference is written: Do not overuse these methods. Use InsertText when possible. But InsertText doesn't i...