Search found 8805 matches
- Wed May 18, 2022 1:38 pm
- Forum: Support
- Topic: Access to an old version
- Replies: 1
- Views: 129
Re: Access to an old version
Answered in a private message.
- Wed May 18, 2022 12:44 pm
- Forum: Support
- Topic: Different Views of too large images in Scalerichview and Richviewedit
- Replies: 2
- Views: 90
Re: Different Views of too large images in Scalerichview and Richviewedit
In ScaleRichView, a size of pages is defined, and it does not depend on content.
Do you want to draw large object even outside the page?
There is no option for this. You can modify the source code: in SclRView.pas, comment the first call of
Do you want to draw large object even outside the page?
There is no option for this. You can modify the source code: in SclRView.pas, comment the first call of
Code: Select all
SelectClipRgn(ACanvas.Handle, hRegion);
- Sat May 14, 2022 6:35 pm
- Forum: Support
- Topic: Text lines are wrapped on separate pages (Page Break Action)
- Replies: 3
- Views: 211
Re: Text lines are wrapped on separate pages (Page Break Action)
Do you mean that if you apply this action one time, it adds many page breaks?
- Wed May 11, 2022 11:31 am
- Forum: Support
- Topic: rvHtmlImporter style indent
- Replies: 3
- Views: 234
Re: rvHtmlImporter style indent
TrvHtmlImporter does not support CSS in HTML (except for a very limited set of CSS attributes). For HTML containing CSS formatting, use TrvHtmlViewImporter instead. However, it is available only for VCL version of TRichView. TrvHtmlViewImporter requires a free third-party component THTMLViewer https...
- Tue May 10, 2022 6:20 pm
- Forum: Support
- Topic: StyleTemplates for Header/Footer using [rvfoSaveStyleTemplatesOnlyNames] option
- Replies: 3
- Views: 389
Re: StyleTemplates for Header/Footer using [rvfoSaveStyleTemplatesOnlyNames] option
Fixed in TRichView 20.2
- Tue May 10, 2022 6:14 pm
- Forum: Support
- Topic: TDBEdit repainting problem (Проблемы с прорисовкой TDBEdit в RichView)
- Replies: 2
- Views: 285
Re: TDBEdit repainting problem (Проблемы с прорисовкой TDBEdit в RichView)
Fixed in TRichView 20.2.
- Tue May 10, 2022 6:12 pm
- Forum: Support
- Topic: Range check errors after upgraiding to version 20.1
- Replies: 3
- Views: 311
Re: Range check errors after upgraiding to version 20.1
Fixed in TRichView 20.2
- Tue May 10, 2022 6:12 pm
- Forum: Support
- Topic: Accessviolation editng a merged RVF
- Replies: 9
- Views: 678
Re: Accessviolation editng a merged RVF
Fixed in TRichView 20.2
- Tue May 10, 2022 5:21 pm
- Forum: Announcements
- Topic: TRichView 20, ScaleRichView 11, ReportWorkshop 4
- Replies: 8
- Views: 4074
TRichView 20.2 - update checker
TRichView 20.2 ScaleRichView 11.2.1, Report Workshop 4.0.2 This update fixes several bugs and introduces a design-time update checker. This is a design-time tool that can check for new available TRichView, ScaleRichView, and ReportWorkshop versions. An Internet connection is required (otherwise it ...
- Thu May 05, 2022 12:45 pm
- Forum: Support
- Topic: StyleTemplates for Header/Footer using [rvfoSaveStyleTemplatesOnlyNames] option
- Replies: 3
- Views: 389
Re: StyleTemplates for Header/Footer using [rvfoSaveStyleTemplatesOnlyNames] option
I confirm the problem. It will be fixed in the next update (in this week, I hope).
- Tue May 03, 2022 6:47 pm
- Forum: Support
- Topic: CTRL+I - what's it doing?
- Replies: 3
- Views: 206
Re: CTRL+I - what's it doing?
TRichViewEdit itself does not handle Ctrl+I.
Ctrl+I inserting a tab character is a Windows feature. You can see it even in Notepad.
So the only way to avoid it is processing this shortcut yourself. Do you have some control or menu item linked with Italic (Ctrl+I) on the editor's form?
Ctrl+I inserting a tab character is a Windows feature. You can see it even in Notepad.
So the only way to avoid it is processing this shortcut yourself. Do you have some control or menu item linked with Italic (Ctrl+I) on the editor's form?
- Mon May 02, 2022 7:46 am
- Forum: ScaleRichView
- Topic: FMX Version
- Replies: 1
- Views: 473
Re: FMX Version
Sorry, ScaleRichView for FMX is not planned.
I want to port to FMX RichViewActions and ReportWorkshop, but not ScaleRichView, sorry.
I want to port to FMX RichViewActions and ReportWorkshop, but not ScaleRichView, sorry.
- Sat Apr 30, 2022 10:13 am
- Forum: Support
- Topic: TDBEdit repainting problem (Проблемы с прорисовкой TDBEdit в RichView)
- Replies: 2
- Views: 285
TDBEdit repainting problem (Проблемы с прорисовкой TDBEdit в RichView)
Подтверждаю проблему, будет исправлено в обновлении на следующей неделе.
English translation: there is a problem in repainting borders of TDBRichViewEdit controls inserted in table cells (repainting on resizing).
I confirm the problem, it will be fixed in the next week update.
English translation: there is a problem in repainting borders of TDBRichViewEdit controls inserted in table cells (repainting on resizing).
I confirm the problem, it will be fixed in the next week update.
- Fri Apr 29, 2022 7:40 pm
- Forum: Support
- Topic: Images illustrated blurred in RichviewEdits
- Replies: 7
- Views: 5839
Re: Images illustrated blurred in RichviewEdits
When you insert GIF image (or drag and drop from desktop), the image will be loaded in TGifImage. When you paste from MS Outlook, it is pasted as RTF. RTF file contains two alternative representations of this image: as a PNG and as a metafile (RTF format cannot contain GIF images). TRichViewEdit cho...
- Tue Apr 26, 2022 8:26 am
- Forum: Support
- Topic: Scalerichviewedit Web Layout client document height
- Replies: 2
- Views: 258
Re: Scalerichviewedit Web Layout client document height
"Read-mode" is close to what you want: like in "web mode", page width = window width; like in "web mode", scaling zooms content instead of zooming pages; but page height is equal to window height. But if content does not fit the window, it is separated into multiple pag...