Search found 9 matches

by giovani.erthal
Thu Jun 23, 2022 11:57 am
Forum: Support
Topic: Canvas does not allow drawing
Replies: 2
Views: 2208

Re: Canvas does not allow drawing

I already had this problem.

Maybe that will help.

Make sure you have a default printer set in Windows. If not, define one. If you already have it, change it.

I hope this helps.
by giovani.erthal
Tue Jun 02, 2020 11:22 am
Forum: Support
Topic: Get TRichView object data size
Replies: 1
Views: 8060

Re: Get TRichView object data size

It's not a trivial task, because TRichView contains many objects. You can use FastMM to check the allocated memory before and after loading a document, see the accepted answer here: https://stackoverflow.com/questions/15622455/how-can-i-find-out-how-much-memory-is-used-by-a-specific-component-or-cl...
by giovani.erthal
Thu Mar 26, 2020 10:17 pm
Forum: Support
Topic: Moving footnotes to the end of a document
Replies: 14
Views: 33961

Re: Moving footnotes to the end of a document

I got quite a ways but I'm having trouble with a footnote number inside of a table. (I thought I had seen something in the forum about this but I can't find it.) Here is my code: note_cnt := 0; for notes_i := 0 to RichViewEditClean.ItemCount-1 do if RichViewEditClean.GetItem(notes_i) is TCustomRVNo...
by giovani.erthal
Sat Oct 19, 2019 12:08 am
Forum: Support
Topic: horizontal line
Replies: 2
Views: 15870

Re: horizontal line

Hello, maybe this is what you are looking for:

https://www.trichview.com/help/idio_breaks.html
by giovani.erthal
Mon Mar 11, 2019 8:36 pm
Forum: Support
Topic: How I can to resize a Image with software?
Replies: 4
Views: 21274

Re: How I can to resize a Image with software?

angleitner wrote: Mon Mar 11, 2019 8:17 pm Which unit do I need for TRVGraphicItemInfo ?
RVItem
by giovani.erthal
Mon Feb 04, 2019 11:24 am
Forum: Support
Topic: Version 17.6 and Addict 4
Replies: 9
Views: 29149

Re: Version 17.6 and Addict 4

Maybe that might help. TRVAddictSpell31 and TRVAAddictSpellInterface components are registered by TRichView installer if it can find (and if it can use) Addict4. But unfortunately, there is a problem: - all our packages are "never-build" packages; - the Addict packages are "always-bui...
by giovani.erthal
Thu Dec 27, 2018 1:52 am
Forum: Report Workshop
Topic: Lazarus
Replies: 1
Views: 43273

Lazarus

Is there any prediction of when the RW will be available to Lazarus?

I am interested in acquiring the product's signature, but for me, it is vital that it works with Lazarus.

Are you planning to make Linux-compatible components still in 2019?