Search found 32 matches

by Marcer
Tue Feb 25, 2025 6:07 pm
Forum: Support
Topic: RichViewEdit and images
Replies: 3
Views: 121345

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: 121345

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: 14920

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

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: 13888

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: 13888

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: 14014

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

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: 110405

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: 14014

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: 14978

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: 110405

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: 18271

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: 18271

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 ...
by Marcer
Thu Jan 26, 2012 8:50 pm
Forum: Support
Topic: floating point invalid operation
Replies: 5
Views: 22755

I test with not call format and it's ok.

Thanks Sergey!