Search found 70 matches
- Thu Apr 25, 2024 8:12 am
- Forum: Examples, Demos
- Topic: [Example] How to display a placeholder text for empty editor
- Replies: 3
- Views: 120884
Re: [Example] How to display a placeholder text for empty editor
OK thanks. I hope that you'll consider adding it for both viewers and editors in the future. A placeholder also makes sense in a viewer when it is waiting from data from a DB or a remote service... to avoid displaying an empty blank content to the end-user.
- Mon Apr 15, 2024 3:44 pm
- Forum: Examples, Demos
- Topic: [Example] How to display a placeholder text for empty editor
- Replies: 3
- Views: 120884
Re: [Example] How to display a placeholder text for empty editor
Has this been implemented yet ? Having the ability to define a placeholder RVF file would be amazing!
Also, this doesn't work for a blank TRichView as ItemCount = 0
Also, this doesn't work for a blank TRichView as ItemCount = 0
- Thu Feb 01, 2024 1:36 pm
- Forum: Support
- Topic: SetWorldTransform - PDF
- Replies: 5
- Views: 108649
Re: SetWorldTransform - PDF
Here is what I got with the latest SynPDF from GitHub. Text direction is OK but underline is not and border lines are not looking great either.
- Thu Feb 01, 2024 9:52 am
- Forum: Support
- Topic: SetWorldTransform - PDF
- Replies: 5
- Views: 108649
Re: SetWorldTransform - PDF
The latest versions of SynPDF seems to support SetWorldTransform: https://github.com/synopse/SynPDF/blob/ ... SynPdf.pas
And testing it with RV's rotated cells works fine.
And testing it with RV's rotated cells works fine.
- Wed Jun 22, 2022 8:48 am
- Forum: Support
- Topic: The 'error loading file' dialog that I fear
- Replies: 14
- Views: 18147
Re: The 'error loading file' dialog that I fear
Just a thought - I think both Sergey and TRichViewEdit users should focus more on the XML format, because compared to rvf format, XML is human-readable ! The benefit is huge when you have an issue with the saved data and need to fix things or recover things. I agree! I've postponed using RV XML for ...
- Tue Jun 14, 2022 8:53 am
- Forum: Support
- Topic: Session timeout issue of this phpBB forum
- Replies: 2
- Views: 5274
Re: Session timeout issue of this phpBB forum
If I remember correctly, this is due to the fact that you open too many topics in a short period of time, which is a PITA
Try to open 2 topics max at a time to avoid being logged out.
Try to open 2 topics max at a time to avoid being logged out.
- Tue Feb 15, 2022 10:53 am
- Forum: Support
- Topic: SynPDF+TSRichViewEdit,The inline-Images are deformed
- Replies: 10
- Views: 14805
Re: SynPDF+TSRichViewEdit,The inline-Images are deformed
I've tried many PDF engines before choosing SynPDF. A few notes about some of them which you might find useful: - eDocEngine is fine for most tasks but is costly, has many bugs, bad support, rare updates with frequent breaking changes. Its rendering is not always good on screens with different DPI ...
- Thu Apr 22, 2021 9:44 am
- Forum: Examples, Demos
- Topic: [Example] DeleteBlankLines, RemoveParagraphBreaks, etc.
- Replies: 21
- Views: 277889
Re: [Example] DeleteBlankLines, RemoveParagraphBreaks, etc.
Great. Thanks.
- Wed Apr 21, 2021 10:21 am
- Forum: Examples, Demos
- Topic: [Example] DeleteBlankLines, RemoveParagraphBreaks, etc.
- Replies: 21
- Views: 277889
Re: [Example] DeleteBlankLines, RemoveParagraphBreaks, etc.
Thank you Sergey but it looks like this fix is incomplete: if only part of the first line is selected (e.g. instead of selecting "test2" you only select "st2") then the line before that one is converted when it shouldn't.
- Tue Apr 20, 2021 12:19 pm
- Forum: Examples, Demos
- Topic: [Example] DeleteBlankLines, RemoveParagraphBreaks, etc.
- Replies: 21
- Views: 277889
Re: [Example] DeleteBlankLines, RemoveParagraphBreaks, etc.
Hi Sergey, Could you please provide a fix for "Paragraph breaks -> line breaks" which converts the line before the first selected text? See attached screenshot, when you select from test2 to test5, it will also convert the paragraph break before test2 when it shouldn't. See attached sample project ...
- Tue Sep 15, 2020 12:26 pm
- Forum: Announcements
- Topic: Adit Math Engine 2.0
- Replies: 6
- Views: 49349
Re: Adit Math Engine 2.0
This looks like a great component!
Does it come with full source code ? As far as I can tell, this isn't mentioned on the web-site.
Thank you.
Does it come with full source code ? As far as I can tell, this isn't mentioned on the web-site.
Thank you.
- Mon May 04, 2020 10:01 am
- Forum: Support
- Topic: Future versions
- Replies: 40
- Views: 187885
Re: Future versions
I'm missing DocX import too. The Microsoft Office Converter solution is not a good long-term solution, yet we've had to use it for a very long time now :( It can take a lot of time and computer resources to convert large DocX documents to RTF, then a lot of time for RV to import that RTF. And as far ...
- Tue Nov 12, 2019 2:18 pm
- Forum: Support
- Topic: Demo request: zoom
- Replies: 6
- Views: 31916
Re: Demo request: zoom
Thank you. Yes, please provide a demo to keep the specified zooming percent when dpi changes.
- Tue Nov 12, 2019 11:08 am
- Forum: Support
- Topic: Demo request: zoom
- Replies: 6
- Views: 31916
Demo request: zoom
Hi, The latest version of RV supports zooming and its very interesting to me. Is there a demo available with a Word-like zoom scroller from say 10% to 500% ? I understand that the DocumentPixelsPerInch is the property to use but I'm not sure how it should be handled based on current screen's DPI ...
- Mon Jul 08, 2019 1:30 pm
- Forum: Examples, Demos
- Topic: [Demos] Expanding-collapsing
- Replies: 12
- Views: 182589
Re: [Demos] Expanding-collapsing
OK thank you.