Search found 75 matches

by jonjon
Mon Aug 27, 2012 9:31 am
Forum: Support
Topic: Ctrl+Up/Down Poll
Replies: 4
Views: 27056

I agree with Pieter: TRichViewEdit should be as similar to MS Word as possible.
by jonjon
Thu Jul 05, 2012 12:17 pm
Forum: Examples, Demos
Topic: [Example] Smart indent
Replies: 7
Views: 79649

Thanks Sergey but I can't get it to work on 13.10: TAB is working fine, Shift-Tab/Delete isn't. It looks like rve.IsParaStart is always returning false.
by jonjon
Wed Jul 04, 2012 2:23 pm
Forum: Examples, Demos
Topic: [Example] Smart indent
Replies: 7
Views: 79649

Sergey,

I've added this code and it seems to be working fine however I'm missing the SHIFT-TAB feature, available in Word, to un-indent.
Can it be easily added to your sample ?

Thanks.
by jonjon
Mon Mar 26, 2012 9:47 am
Forum: Support
Topic: OnProgress in RichViewEdit and LoadRVF
Replies: 5
Views: 31501

Great, thanks!
by jonjon
Fri Mar 23, 2012 10:32 am
Forum: Support
Topic: OnProgress in RichViewEdit and LoadRVF
Replies: 5
Views: 31501

Hi Sergey,

This is an old thread but as far as I can see, the latest version of TRichView still doesn't support OnProgress for RTF saving or HTML saving. Would it be possible to add this feature ?
I guess TRichView is saving one item at a time to RTF or HTML so adding this event in the loop shouldn ...
by jonjon
Mon Oct 31, 2011 1:28 pm
Forum: Examples, Demos
Topic: [Unit] Adding a table of contents
Replies: 22
Views: 459759

This is exactly what I needed, thank you very much Sergey!
by jonjon
Sun Oct 30, 2011 12:27 pm
Forum: Examples, Demos
Topic: [Unit] Adding a table of contents
Replies: 22
Views: 459759

Sergey,

Thank you for taking the time to review my question. I already have added checkpoints (bookmarks) before each heading. However the difficult part for me is to update the TOC generation so that the page number displayed is a reference to those bookmarks and not a static page number, when ...
by jonjon
Thu Sep 01, 2011 12:06 pm
Forum: ScaleRichView
Topic: Export ScaleRichView to PDF using Gnostice and Metafile
Replies: 15
Views: 116304

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 ...
by jonjon
Fri Jul 29, 2011 8:35 am
Forum: Support
Topic: How to add an hyperlink style to label items
Replies: 6
Views: 27121

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

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 ...
by jonjon
Sat Jul 23, 2011 2:00 pm
Forum: Support
Topic: How to add an hyperlink style to label items
Replies: 6
Views: 27121

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

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 ...
by jonjon
Tue Jun 07, 2011 6:31 pm
Forum: Examples, Demos
Topic: [Unit] Adding a table of contents
Replies: 22
Views: 459759

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

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

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 be very ...