Search found 35 matches

by dave novo
Sun Oct 18, 2020 10:00 pm
Forum: Support
Topic: Deleting items with rvprStyleProtect
Replies: 9
Views: 24537

Re: Deleting items with rvprStyleProtect

Hi Sergey,
Thank you. We will apply the changes and let you know if we encounter any issues.
by dave novo
Sun Oct 11, 2020 8:15 pm
Forum: Support
Topic: Deleting items with rvprStyleProtect
Replies: 9
Views: 24537

Re: Deleting items with rvprStyleProtect

Hi Sergey,
Any update on this? We have finished all our changes and this is the last part that is remaining
by dave novo
Mon Sep 28, 2020 7:06 pm
Forum: Support
Topic: Deleting items with rvprStyleProtect
Replies: 9
Views: 24537

Re: Deleting items with rvprStyleProtect

Hi Sergey,
Just wondering if there was any update on this.
by dave novo
Fri Aug 28, 2020 6:53 am
Forum: Support
Topic: Future versions
Replies: 40
Views: 144217

Re: Future versions

Hi Sergey, Just my 2 cents here. The only reason to write an FMX version is for cross platform. Otherwise, I would just just stick with VCL. VCL is faster, more stable than firemonkey. I can see the argument that why does anyone need trichview for Android or iOS. There are very very few applications...
by dave novo
Sat Aug 22, 2020 5:11 am
Forum: Support
Topic: Deleting items with rvprStyleProtect
Replies: 9
Views: 24537

Re: Deleting items with rvprStyleProtect

Is there some hack you can suggest in the meantime. Basically, all we need is some hook that when the delete is about to happen, we have a chance to expand the selection to encompass the entire item and then let the deletion proceed normally since all the text we want will be selected. We can modify...
by dave novo
Thu Aug 20, 2020 5:09 am
Forum: Support
Topic: Deleting items with rvprStyleProtect
Replies: 9
Views: 24537

Re: Deleting items with rvprStyleProtect

Hi Sergey,

Just wondering how the "easy delete" option is coming?
by dave novo
Mon Jul 20, 2020 7:32 pm
Forum: Support
Topic: Deleting items with rvprStyleProtect
Replies: 9
Views: 24537

Deleting items with rvprStyleProtect

We are having an issue is that when a text item is partially selected and has a text style with rvprStyleProtect in its Protection but not rvprStyleDelete, it is annoying to actually delete it. You have to select the whole item first, and then delete/backspace/cut will work. If you only have part of...
by dave novo
Fri Apr 24, 2020 1:31 am
Forum: Support
Topic: Future versions
Replies: 40
Views: 144217

Re: Future versions

That will be really great. That way we can load old documents in the fmx version.
by dave novo
Thu Apr 23, 2020 3:03 pm
Forum: Support
Topic: Future versions
Replies: 40
Views: 144217

Re: Future versions

Hi Sergey,

Is there any update on the timeline for a firemonkey port?
Any idea if the firemonkey port is able to read old RVF streams from the windows version?
by dave novo
Thu Dec 05, 2019 3:30 am
Forum: Support
Topic: Future versions
Replies: 40
Views: 144217

Re: Future versions

Hello Sergey,

I see RVMedia is out for firemonkey. Any update on the trichview port for firemonkey?
by dave novo
Sat Mar 05, 2016 10:41 pm
Forum: Announcements
Topic: Are you interested in Lazarus version of TRichView?
Replies: 29
Views: 145898

NO. In spite of its touted superiority from its supporters, Lazarus/FPC barely got generics, still does not have attributes and lags behind in many ways. Those who use it, of course, are willing to live with the limitations, but the market is tiny. I would talk to Idera and found out what the market...
by dave novo
Thu Sep 13, 2012 7:16 pm
Forum: ScaleRichView
Topic: transparent background
Replies: 5
Views: 26512

Hi Sergey,

Just wondering what your "correction" is going to be. You wrote
with some correction:
by dave novo
Thu Sep 13, 2012 6:20 pm
Forum: ScaleRichView
Topic: transparent background
Replies: 5
Views: 26512

Hi Sergey,

Can you paste in the actual code you will use. We will then copy that to our local version.
by dave novo
Thu Sep 13, 2012 4:48 am
Forum: ScaleRichView
Topic: transparent background
Replies: 5
Views: 26512

transparent background

Hello, We use DrawPage to render the ScaleRichView to a canvas. But we do not want to have a background to the ScaleRichView. We have tracked down the code to here. If you comment out the lines and add what we added, you can get a transparent background. Of course, you can add a special property to ...
by dave novo
Thu Sep 13, 2012 12:20 am
Forum: ScaleRichView
Topic: DoAfterDropTargetCreated
Replies: 0
Views: 16958

DoAfterDropTargetCreated

Hello,

A while back, Sergey made the method

procedure TCustomRichViewEdit.DoAfterDropTargetCreated(aCreatedDropTarget: IDropTarget);

for us.

It is possible to make the same method on ScaleRichView for us to allow us to do some custom things with the drop target.