Hi Sergey,
Thank you. We will apply the changes and let you know if we encounter any issues.
Search found 35 matches
- Sun Oct 18, 2020 10:00 pm
- Forum: Support
- Topic: Deleting items with rvprStyleProtect
- Replies: 9
- Views: 30216
- Sun Oct 11, 2020 8:15 pm
- Forum: Support
- Topic: Deleting items with rvprStyleProtect
- Replies: 9
- Views: 30216
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
Any update on this? We have finished all our changes and this is the last part that is remaining
- Mon Sep 28, 2020 7:06 pm
- Forum: Support
- Topic: Deleting items with rvprStyleProtect
- Replies: 9
- Views: 30216
Re: Deleting items with rvprStyleProtect
Hi Sergey,
Just wondering if there was any update on this.
Just wondering if there was any update on this.
- Fri Aug 28, 2020 6:53 am
- Forum: Support
- Topic: Future versions
- Replies: 40
- Views: 186668
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 ...
- Sat Aug 22, 2020 5:11 am
- Forum: Support
- Topic: Deleting items with rvprStyleProtect
- Replies: 9
- Views: 30216
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 ...
- Thu Aug 20, 2020 5:09 am
- Forum: Support
- Topic: Deleting items with rvprStyleProtect
- Replies: 9
- Views: 30216
Re: Deleting items with rvprStyleProtect
Hi Sergey,
Just wondering how the "easy delete" option is coming?
Just wondering how the "easy delete" option is coming?
- Mon Jul 20, 2020 7:32 pm
- Forum: Support
- Topic: Deleting items with rvprStyleProtect
- Replies: 9
- Views: 30216
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 ...
- Fri Apr 24, 2020 1:31 am
- Forum: Support
- Topic: Future versions
- Replies: 40
- Views: 186668
Re: Future versions
That will be really great. That way we can load old documents in the fmx version.
- Thu Apr 23, 2020 3:03 pm
- Forum: Support
- Topic: Future versions
- Replies: 40
- Views: 186668
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?
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?
- Thu Dec 05, 2019 3:30 am
- Forum: Support
- Topic: Future versions
- Replies: 40
- Views: 186668
Re: Future versions
Hello Sergey,
I see RVMedia is out for firemonkey. Any update on the trichview port for firemonkey?
I see RVMedia is out for firemonkey. Any update on the trichview port for firemonkey?
- Sat Mar 05, 2016 10:41 pm
- Forum: Announcements
- Topic: Are you interested in Lazarus version of TRichView?
- Replies: 29
- Views: 184277
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 ...
- Thu Sep 13, 2012 7:16 pm
- Forum: ScaleRichView
- Topic: transparent background
- Replies: 5
- Views: 30557
- Thu Sep 13, 2012 6:20 pm
- Forum: ScaleRichView
- Topic: transparent background
- Replies: 5
- Views: 30557
- Thu Sep 13, 2012 4:48 am
- Forum: ScaleRichView
- Topic: transparent background
- Replies: 5
- Views: 30557
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 ...
- Thu Sep 13, 2012 12:20 am
- Forum: ScaleRichView
- Topic: DoAfterDropTargetCreated
- Replies: 0
- Views: 20286
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.
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.