Search found 33 matches

by Marcer
Fri Sep 19, 2025 1:32 pm
Forum: Support
Topic: Print border with TppRichView
Replies: 0
Views: 23164

Print border with TppRichView

I am using TppRichview in the report generator.
I tried to print the border of TppRichView by setting the visible border property to true, but the border does not print.
Is this feature to be planified to implemented in the future version?
by Marcer
Tue Feb 25, 2025 6:07 pm
Forum: Support
Topic: RichViewEdit and images
Replies: 3
Views: 140193

Re: RichViewEdit and images

Does this also work if the content of the TRichViewEdit is RTF?
by Marcer
Tue Jun 06, 2023 12:42 pm
Forum: Support
Topic: RichViewEdit and images
Replies: 3
Views: 140193

RichViewEdit and images

Is it possible to have an image included by reference to a physical file in the RVF without the image content being included in the RVF?
by Marcer
Wed Apr 16, 2014 4:52 pm
Forum: Support
Topic: DELETE key in protected text
Replies: 2
Views: 16080

Any suggestion??
by Marcer
Thu Feb 06, 2014 8:36 pm
Forum: Support
Topic: DELETE key in protected text
Replies: 2
Views: 16080

DELETE key in protected text

In the TRichViewEdit, I have a protected text (Protection = [rvprStyleProtect, rvprModifyProtect, rvprDeleteProtect, rvprSticking, rvprStickToTop, rvprDoNotAutoSwitch] )

If in this text, I pressed DELETE, the cursor moved to the next caracter and the part of the text was not deleted.

Is it ...
by Marcer
Mon Feb 03, 2014 7:37 pm
Forum: Support
Topic: Paste without protection
Replies: 2
Views: 15116

Thanks Sergey!! It's functionnal!!

Best regards!!

Marius
by Marcer
Mon Feb 03, 2014 1:26 pm
Forum: Support
Topic: Paste without protection
Replies: 2
Views: 15116

Paste without protection

Hi,

I copy to clipboard an RVF text included a protection : [rvprStyleProtect, rvprModifyProtect, rvprDeleteProtect, rvprSticking, rvprStickToTop, rvprDoNotAutoSwitch]

Is it possible to remove the protection included in RVF Text on pasting?

Best regards

Marius
by Marcer
Thu Nov 07, 2013 3:29 pm
Forum: Support
Topic: Set a text in design (RichViewEdit)
Replies: 2
Views: 15357

Ok
by Marcer
Thu Nov 07, 2013 1:53 pm
Forum: Support
Topic: RTF Style not load correctly
Replies: 2
Views: 16455

Ok thasnks!!
by Marcer
Thu Nov 07, 2013 1:53 pm
Forum: Support
Topic: Protected section not set automatically on RTF file loading
Replies: 29
Views: 123731

Thanks Sergey!! I used this way to implement my protection structure and it's functionnal.
by Marcer
Thu Nov 07, 2013 1:49 pm
Forum: Support
Topic: Set a text in design (RichViewEdit)
Replies: 2
Views: 15357

Set a text in design (RichViewEdit)

Hi,

Is it possible to set a text in design, with a same way of a TMemo, for a TRichViewEdit component?

If the response is "no", is it possible to include it in a futur version?

Best regards

Marius Céré
by Marcer
Fri Oct 25, 2013 8:17 pm
Forum: Support
Topic: RTF Style not load correctly
Replies: 2
Views: 16455

RTF Style not load correctly

Why when loading RTF the RTF style was created not correctly?

I explain.

Check this RTF example :

------------------------------------------------------------
{\rtf1\ansi\ansicpg0\uc0\deff0\deflang0\deflangfe0{\fonttbl{\f0\fnil Arial;}{\f1\fnil ms sans serif;}}{\colortbl;\red0\green0\blue0;\red0 ...
by Marcer
Fri Oct 25, 2013 5:23 pm
Forum: Support
Topic: Protected section not set automatically on RTF file loading
Replies: 29
Views: 123731

Protected section not set automatically on RTF file loading

I load a RTF file and the protected section text is not protected in RichViewEdit. Is it possible to automatically set the protected section on loading RTF file?

My RTF file include this :

{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang3084{\fonttbl{\f0\fnil\fcharset0 Calibri;}}
\pard\sl276 ...
by Marcer
Fri Sep 20, 2013 2:18 pm
Forum: Support
Topic: Protection of text and pictures.
Replies: 4
Views: 20079

Hello Sergey,

I'm currently implementing a functionality to protect the current selection. So « RichViewEdit.ReadOnly := True » and « paragraph style » are not solutions that I can consider.

On the other hand, OnCheckStickingItems is pretty much what I needed but there is a catch.

When I have ...
by Marcer
Thu Sep 19, 2013 2:32 pm
Forum: Support
Topic: Protection of text and pictures.
Replies: 4
Views: 20079

Protection of text and pictures.

Hi,

I have a function that protect all the text in my RichView by assigning [rvprModifyProtect, rvprDeleteProtect, rvprSticking, rvprStickToTop] to every style in my RichView. Also, when my function detects a picture with « StyleNo = rvsPicture », I apply the following code ...