Search found 69 matches

by jonjon
Fri Jul 05, 2019 1:39 pm
Forum: Examples, Demos
Topic: [Demos] Expanding-collapsing
Replies: 12
Views: 143828

Re: [Demos] Expanding-collapsing

Can this be done in a TRichViewEdit by the end-user ? If so, how should it be done ?
Thanks.
by jonjon
Tue Jul 11, 2017 1:42 pm
Forum: Support
Topic: Screenshot - shapes
Replies: 9
Views: 27170

Re: Screenshot - shapes

Is it compatible with Word shapes and can it be saved / loaded from DocX format ?
by jonjon
Sun Jun 19, 2016 3:04 pm
Forum: Report Workshop
Topic: The current state of the project
Replies: 7
Views: 60396

I don't know the specifics but it is very easy to use from an end-user point of view. Also, it looks like Embarcadero is trying to expand it. See: http://community.embarcadero.com/blogs? ... ry&id=8572
It might be worth contacting them to get more details.
by jonjon
Sun Jun 19, 2016 6:53 am
Forum: Report Workshop
Topic: The current state of the project
Replies: 7
Views: 60396

Have you considered GetIt on recent versions of Delphi ?
http://docwiki.embarcadero.com/RADStudi ... n/en/GetIt
by jonjon
Fri Apr 08, 2016 8:10 am
Forum: Support
Topic: Export using synpdf (synopse) - No ScaleRichView
Replies: 14
Views: 58249

Hello Sergey, SynPDF is becoming more and more popular as a great free and open source way to generate high quality PDF files in Delphi. Perhaps you should provide official demos and help the developer better handle TRV: from my tests there are still problems with bullet lists for example. In that c...
by jonjon
Wed Oct 28, 2015 2:11 pm
Forum: Announcements
Topic: Are you interested in Lazarus version of TRichView?
Replies: 29
Views: 148521

Hello Sergey, I think simply voting is not enough to help so here is why I voted "No": - Lazarus for Windows only doesn't provide additional advantages for me over the current Delphi version. Cross-platform Lazarus might be interesting though - Also, one has to study if Lazarus (Free &...
by jonjon
Tue Nov 25, 2014 8:50 am
Forum: Support
Topic: Ctrl+Del in RVE
Replies: 7
Views: 25534

We have implemented Ctrl+Delete in TRichView 15.3, available for registered users. Great! While you are at it, a long-time missing feature is double-click -> select word -> hold mouse button and drag -> continue selection! The only other application missing this feature I know of, is the Delphi IDE...
by jonjon
Tue Oct 30, 2012 8:51 am
Forum: Support
Topic: Dragon Naturally Speaking 9.5
Replies: 16
Views: 44756

Sergey Tkachenko wrote:I cannot even test it because they do not offer trial versions.
Too bad :(
by jonjon
Mon Oct 29, 2012 12:44 pm
Forum: Support
Topic: Dragon Naturally Speaking 9.5
Replies: 16
Views: 44756

I know this is an old post but did you have a chance to add the required implementation to TRichViewEdit ? Someone just told me that Dragon Natural Speaking didn't work with TRichViewEdit.

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

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

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

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

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

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

This is exactly what I needed, thank you very much Sergey!