Search found 231 matches

by Ceprotec
Sat Aug 01, 2020 7:21 pm
Forum: Support
Topic: Error justifying text
Replies: 4
Views: 18618

Error justifying text

Hi Sergey, English: At the end of the line when there is a tag, the text does not justify correctly and ends up being a space at the end, it is something that happens rarely, however, it is only solved when I delete and rewrite the tag and the text part ".. mim," - Sorry my english. :D Por...
by Ceprotec
Thu Feb 27, 2020 12:56 pm
Forum: Support
Topic: error in generating pdf with vertical text
Replies: 1
Views: 13472

error in generating pdf with vertical text

hi, i'm trying to generate pdf with synPDF, but i can't because there is a part of the text that contains vertical writing. follow the code! can someone help me? procedure TFrmEditorInstrumentoProtestoNovo.ExportaParaPdf ( Arquivo : string ) ; var i : Integer; Metafile : TMetafile; RVUnit : TRVUnits...
by Ceprotec
Mon Feb 24, 2020 1:01 pm
Forum: Support
Topic: Get alignment in cursor position
Replies: 1
Views: 12778

Get alignment in cursor position

How to identify the text alignment used on the selected line?
by Ceprotec
Fri Jun 14, 2019 11:34 am
Forum: Support
Topic: complete line
Replies: 3
Views: 18039

Re: complete line

Inglês: Hello sergey, still about this doubt, we have not been able to do until today. After so long, is there any new solution that solves our problem? Thank you! Português: Olá sergey, ainda sobre esta dúvida, não conseguimos fazer até hoje. Depois de tanto tempo, há alguma nova solução que resolv...
by Ceprotec
Thu May 30, 2019 8:17 pm
Forum: Support
Topic: Format a text from Clipboard
Replies: 4
Views: 17720

Re: Format a text from Clipboard

It worked!

Thanks Sergey
by Ceprotec
Thu May 30, 2019 5:09 pm
Forum: Support
Topic: Format a text from Clipboard
Replies: 4
Views: 17720

Re: Format a text from Clipboard

I want to clear the formatting when pasting a copied text.
Sorry for my English.

Image
by Ceprotec
Thu May 30, 2019 12:01 pm
Forum: Support
Topic: Format a text from Clipboard
Replies: 4
Views: 17720

Format a text from Clipboard

Hello Sergey

I would like to format a text from clipboard from another document according to the formatting of the field being pasted, how do we proceed?
We are pasting into a TRichViewEdit component.

thanks
by Ceprotec
Thu Jan 31, 2019 12:03 pm
Forum: Support
Topic: Disable drag-and-drop an image
Replies: 4
Views: 16708

Re: Disable drag-and-drop an image

It worked.
Thanks Sergey!
by Ceprotec
Wed Jan 30, 2019 10:45 am
Forum: Support
Topic: Disable drag-and-drop an image
Replies: 4
Views: 16708

Re: Disable drag-and-drop an image

Is included, and allows drag and drop
by Ceprotec
Tue Jan 29, 2019 11:44 pm
Forum: Support
Topic: Disable drag-and-drop an image
Replies: 4
Views: 16708

Disable drag-and-drop an image

Hello, Sergey.

How to disable drag-and-drop an image from the editor?
by Ceprotec
Thu Nov 08, 2018 10:03 am
Forum: Support
Topic: Capitalize first letter of a sentence
Replies: 4
Views: 18517

Re: Capitalize first letter of a sentence

Is there a way to automatically capitalize the first letter of a sentence as we go on typing. ie. the first letter after the full stop and space. thanks in advance Sorry for the delay. Two main approaches are possible: 1) like in MS Word, a word is capitalized after it is finished 2) like in many o...
by Ceprotec
Fri Jul 20, 2018 11:19 pm
Forum: Support
Topic: SRichViewEdit + addict software
Replies: 4
Views: 17344

Re: SRichViewEdit + addict software

The location where you did the installation + \TRichView\ThirdParty\Addict
by Ceprotec
Thu Dec 28, 2017 5:02 am
Forum: Support
Topic: How to get current Font.Name?
Replies: 2
Views: 11779

Re: How to get current Font.Name?

Code: Select all

rv.Style.TextStyles[rv.CurTextStyleNo].FontName
it might be useful: http://www.trichview.com/help/index.htm ... anged.html
by Ceprotec
Fri Nov 27, 2015 12:47 pm
Forum: Support
Topic: Getting text with format
Replies: 6
Views: 21973

Yes, it is.


I'm trying to replace a text and bring the text with the format style that i save from other text file...

The fillfields function replace letter per letter, I want to replace the entire word/text, the text that i want to overwrite comes from another text file from the database
by Ceprotec
Fri Nov 27, 2015 11:09 am
Forum: Support
Topic: Getting text with format
Replies: 6
Views: 21973

Getting text with format

Hi,

I am using the filll fields function with getvaluefromdatabase, where i'm getting a formated (bold,italic, etc..) text, and i want to put this text into a variable to the function insert ( or replace ), and still get the formated text.


Could anyone help me with this ?