Thank you very very much!!!
I need also set PixelPoInch to a MetafileCanvas on which we are painting....
Search found 11 matches
- Tue Jul 21, 2020 6:31 am
- Forum: Support
- Topic: RichViewEdit and WIndows Textscaling
- Replies: 6
- Views: 18851
- Sat Jul 18, 2020 3:16 pm
- Forum: Support
- Topic: RichViewEdit and WIndows Textscaling
- Replies: 6
- Views: 18851
Re: RichViewEdit and WIndows Textscaling
Thanks. I convert the relevant code to my component: { TRVReportHelperFR } function TRVReportHelperFR.CreateRichView: TCustomPrintableRV; begin Result := TReportRichViewFR.Create(Self); end; { TReportRichViewFR } constructor TReportRichViewFR.Create(AOwner: TComponent); begin inherited ...
- Thu Jul 16, 2020 12:23 pm
- Forum: Support
- Topic: RichViewEdit and WIndows Textscaling
- Replies: 6
- Views: 18851
Re: RichViewEdit and WIndows Textscaling
(although it's not difficult to add this feature, it is already implemented in ReportBuilder wrapper in a component inherited from TRVRepoertHelper; probably, I'll add this feature in future). where can I find this wrapper? Maybe I can apply this part of code in my FastReport Wrapper - I need to ...
- Thu Jul 16, 2020 4:33 am
- Forum: Support
- Topic: RichViewEdit and WIndows Textscaling
- Replies: 6
- Views: 18851
RichViewEdit and WIndows Textscaling
Helllo, I use TRichView 18. If I set windows scaling from 100 to 150 the size of the text inside the TRichview is scaled. My problem: I use TRVReportHelper to print the content with FastReport. It works fine - but if I change the WIndows scaling, the fontsize scales, too - and this is bad. How can I ...
- Thu Nov 21, 2019 11:21 am
- Forum: Support
- Topic: TRichViewEdit printed on/with FastReport
- Replies: 2
- Views: 16669
Re: TRichViewEdit printed on/with FastReport
Thank you very much. Yes it uses TRVReportHelper and MetafileCompatibility seems to work
- Wed Nov 20, 2019 10:51 am
- Forum: Support
- Topic: TRichViewEdit printed on/with FastReport
- Replies: 2
- Views: 16669
TRichViewEdit printed on/with FastReport
Hi, we use TRichViewEdit 17.6.2 with Delphi XE4. We want to print a rtf-text with this component https://github.com/chaosben/theunknownones/blob/master/Components/Fastreport/frxRichViewView/ufrxRichViewView.pas with FastReport. We found out, that some fonts arn't visible either in the fastreport ...
- Tue Sep 25, 2018 8:23 am
- Forum: Support
- Topic: Delete fonts out of TRVFontComboBox
- Replies: 1
- Views: 9589
Delete fonts out of TRVFontComboBox
Hello, We use right now V15.3.2 of TRichview, Upgrade to V17 maybe in the next Months we try to eliminate some Fonts out of TRVFontComboBox. In the TRVFontComboBox.Build method there is a filter: procedure TRVFontComboBox.Build; var SL: {$IFDEF USERVTNT}TTntStringList{$ELSE}TStringList{$ENDIF}; i ...
- Tue Nov 14, 2017 4:15 pm
- Forum: Support
- Topic: Loading RTF Text needs much time
- Replies: 2
- Views: 12727
Re: Loading RTF Text needs much time
As I mentioned it is the same RTF. I'm looking if I can send you the rtf
- Tue Nov 14, 2017 1:29 pm
- Forum: Support
- Topic: Loading RTF Text needs much time
- Replies: 2
- Views: 12727
Loading RTF Text needs much time
Hello, a customer uses my application to show/edit/save RTF Text. This app has a really bad performance on the computer of the customer (i5 6400, 12 GByte RAM, Radeon R9, SSD with Windows 10 Home). This method runs more than 6 seconds: procedure TFrmProtokoll.SetEditorText(const Value: String); var ...
- Wed Jun 29, 2016 8:48 am
- Forum: Support
- Topic: shrink a Image in TRichviewEdit
- Replies: 4
- Views: 15693
- Mon Jun 27, 2016 7:16 am
- Forum: Support
- Topic: shrink a Image in TRichviewEdit
- Replies: 4
- Views: 15693
shrink a Image in TRichviewEdit
Hallo, I use the stardard actions for my TRichViewEdit. I changed TrvActionInsertPicture.MaxImageSize to 650 px but this only scales down the image and don't reduce the size of a image. Is it possible to shrink a image or get a Event like OnInsertImage (OnImportPicture is not fired) to shrik the ...