Search found 70 matches

by jonjon
Fri Mar 19, 2010 10:33 am
Forum: Examples, Demos
Topic: [Unit] Adding a table of contents
Replies: 22
Views: 288067

Great stuff Sergey. A couple of questions though. Does it work if the table of content will not fit on one page ? Also, sometimes there are cover pages or titles pages before the table of content: how could it be inserted just after those pages ? Finally, the RVReportHelper would be nice. Best regar...
by jonjon
Sat Mar 13, 2010 7:42 am
Forum: Support
Topic: Import anchor links with RVHTMLViewImporter
Replies: 9
Views: 22301

Thank you very much for your help Sergey, this is working fine.

The only thing I had to change is:

Code: Select all

RVData.GetBoolValue(rvbpFullWidth)
to

Code: Select all

RVData.GetItem(nCheckPoint).GetBoolValue(rvbpFullWidth)
by jonjon
Thu Jan 28, 2010 10:15 am
Forum: Support
Topic: Import anchor links with RVHTMLViewImporter
Replies: 9
Views: 22301

Thank you Sergey, I do not understand the "this item starts a paragraph" flag ? Where did I miss it ? Also regarding using my own checkpoints, yes the original problem was to make them a small icon where the user could click to rename them. But I will consider reverting to standard checkpo...
by jonjon
Wed Jan 27, 2010 9:27 am
Forum: Support
Topic: Import anchor links with RVHTMLViewImporter
Replies: 9
Views: 22301

Any thoughts, Sergey ? Thank you in advance.

jonjon.
by jonjon
Sat Jan 16, 2010 1:32 pm
Forum: Support
Topic: Import anchor links with RVHTMLViewImporter
Replies: 9
Views: 22301

Sergey, I found a way by parsing the whole TRichView Edit and converting the checkpoints to my custom anchor objects (TRVAnchor). Unfortunately the anchors are not placed exactly where the checkpoints are located but always at the beginning of the line. This might be normal ? What do you think about...
by jonjon
Fri Jan 15, 2010 8:30 pm
Forum: Support
Topic: Import anchor links with RVHTMLViewImporter
Replies: 9
Views: 22301

The problem is that my anchors are special TRVLabelItemInfo in TRichViewEdit and not normal checkpoints :(
Any alternative I could use ?

Thanks for the quick reply!
by jonjon
Fri Jan 15, 2010 6:30 pm
Forum: Support
Topic: Import anchor links with RVHTMLViewImporter
Replies: 9
Views: 22301

Import anchor links with RVHTMLViewImporter

Is there a way to be notified of an anchor link import (ex: <a name="myAnchor">My Anchor link</a>) using the TRVHTMLViewImporter ?

Thanks a lot.
by jonjon
Tue Apr 14, 2009 2:53 pm
Forum: Support
Topic: TRichView XML format documentation
Replies: 2
Views: 11001

Thank you for the fast reply Sergey.

Have a nice day,

John.
by jonjon
Tue Apr 14, 2009 12:34 pm
Forum: Support
Topic: TRichView XML format documentation
Replies: 2
Views: 11001

TRichView XML format documentation

Hello Sergey,

Is there a documentation for the TRichView XML format available ?

Also, is it safe to assume that TRichView XML saves all the TRichViewEdit properties or some are missing ?

Best regards,

John.
by jonjon
Wed Mar 04, 2009 6:26 pm
Forum: Examples, Demos
Topic: [Demo] Advanced RTF to PDF demo using LLPDFLib (open source)
Replies: 10
Views: 114563

OK so I understand you wrote the llPdfLib one ? Any chance you'd be able to give me your thoughts about both libraries regarding to PDF export from a TRichView document ? On one hand I find the llPdfLib isn't really followed by its author (time between releases is really long and support has been cr...
by jonjon
Mon Mar 02, 2009 4:17 pm
Forum: Examples, Demos
Topic: [Demo] Advanced RTF to PDF demo using LLPDFLib (open source)
Replies: 10
Views: 114563

Does the same demo (with links) exists for Gnostice's eDocEngine ? That would be great!

John.
by jonjon
Sun Nov 23, 2008 6:04 pm
Forum: ScaleRichView
Topic: Restrict to a single page ?
Replies: 1
Views: 15849

Restrict to a single page ?

Hi there,

Would it be possible to restrict the ScaleRichView to a single page ? I was hopping for a "Cancel" property in the "OnPageCountChanged" event for example.

What do you think ?

Best regards,

John.
by jonjon
Tue Sep 30, 2008 9:26 am
Forum: Support
Topic: [OT] Could you increase the search limit of this forum ?
Replies: 1
Views: 9174

[OT] Could you increase the search limit of this forum ?

Hi Sergey, I'm having a hard time using this forum as the search limit is very annoying: if I click the "View posts since last visit" it is assimilated as a search. And then if I make a search rapidly after clicking that link, then the forum tells me that "You cannot make another sear...
by jonjon
Mon Jun 25, 2007 6:52 pm
Forum: Support
Topic: Add a text item at the beginning of a TRichView
Replies: 4
Views: 15700

Thank you very much Sergey,

I will try that as soon as possible.

Best regards,

John.
by jonjon
Sun Jun 24, 2007 6:17 pm
Forum: Support
Topic: Add a text item at the beginning of a TRichView
Replies: 4
Views: 15700

Thank you Sergey,

I'm sorry but I will also need the unicode version as I have no way of knowing if the user added ANSI or unicode text to the header.

Thank you very much.

Best regards,

John.