Search found 68 matches

by jonjon
Thu Sep 01, 2011 12:06 pm
Forum: ScaleRichView
Topic: Export ScaleRichView to PDF using Gnostice and Metafile
Replies: 15
Views: 74086

I have been waiting for weeks for a response from Gnostice about this. All I have been getting are auto replies. If there are other Gnostice users with a similar problem, please contact them, and maybe if we make enough noise they will respond. I've contacted many times this year and each time it t...
by jonjon
Fri Jul 29, 2011 8:35 am
Forum: Support
Topic: How to add an hyperlink style to label items
Replies: 6
Views: 19507

Do you know if it'll be beta or stable release ? If beta, would it be possible to extract that particular fix so I can apply it to the latest stable release ?
Thanks.
by jonjon
Wed Jul 27, 2011 8:38 am
Forum: Support
Topic: How to add an hyperlink style to label items
Replies: 6
Views: 19507

This is a bug, it will be fixed in the next update (we plan to upload it in the next couple of days). This parameter was created only to prevent applying to table cells. Thank you Sergey, I'll be waiting for this bug fix as I've already implemented your second suggestion. Is it available yet ? If y...
by jonjon
Sat Jul 23, 2011 2:00 pm
Forum: Support
Topic: How to add an hyperlink style to label items
Replies: 6
Views: 19507

Up
by jonjon
Mon Jul 11, 2011 1:05 pm
Forum: Support
Topic: How to add an hyperlink style to label items
Replies: 6
Views: 19507

How to add an hyperlink style to label items

Hi, I'm having a hard time finding out what I'm doing wrong. I used to do it with an older version of Delphi / RV now I can't do it anymore. I'm trying to set a label item as an hyperlink using the associated RVAction. Target is correctly set and retrieved however, the action's colors is not applied...
by jonjon
Tue Jun 07, 2011 6:31 pm
Forum: Examples, Demos
Topic: [Unit] Adding a table of contents
Replies: 22
Views: 267471

OK Sergey, I'll wait. Thanks.
by jonjon
Tue Jun 07, 2011 7:51 am
Forum: Examples, Demos
Topic: [Unit] Adding a table of contents
Replies: 22
Views: 267471

Sergey, any comment about my previous message ?
by jonjon
Thu May 26, 2011 2:23 pm
Forum: Examples, Demos
Topic: [Unit] Adding a table of contents
Replies: 22
Views: 267471

Sergey, How hard would it be to update the code to also produce a table of contents for a standard TRichView(Edit) which, instead of adding fixed page numbers, would export it using the "PAGEREF" RTF code such as Microsoft Word ? If you already have a demo on how to achieve that, it would ...
by jonjon
Thu Nov 25, 2010 9:44 am
Forum: Examples, Demos
Topic: [Examples] Count of characters and words
Replies: 37
Views: 230460

Thank you Sergey.
by jonjon
Wed Nov 24, 2010 4:27 pm
Forum: Examples, Demos
Topic: [Examples] Count of characters and words
Replies: 37
Views: 230460

Are the character, paragraph and line count functions tread-safe ? Thanks in advance.
by jonjon
Sun Apr 25, 2010 9:16 am
Forum: Examples, Demos
Topic: [Example] Document structure as a tree
Replies: 7
Views: 82237

Some additions to highlight the correct parts: - In ShowStructure, instead of AddChild use AddChildObject. Example: // Node.Owner.AddChild(ItemNode, s); Node.Owner.AddChildObject(ItemNode, s, Pointer(i)); - On mouse over the TreeView: procedure TForm1.TreeView1MouseMove(Sender: TObject; Shift: TShif...
by jonjon
Fri Apr 23, 2010 3:51 pm
Forum: Examples, Demos
Topic: [Unit] Adding a table of contents
Replies: 22
Views: 267471

Any news on the RVReportHelper version ? Or is it impossible ?

Regards,

John.
by jonjon
Fri Mar 19, 2010 4:00 pm
Forum: Examples, Demos
Topic: [Unit] Adding a table of contents
Replies: 22
Views: 267471

I think specifying ItemNo might be the best option to place it correctly.
by jonjon
Fri Mar 19, 2010 10:33 am
Forum: Examples, Demos
Topic: [Unit] Adding a table of contents
Replies: 22
Views: 267471

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

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)