High DPI

edited 11:32PM in FastReport VCL 5
Is there a way for Preview and Designer to become High DPI aware?

Comments

  • gpigpi
    edited 11:32PM
    Sorry, but FR doesn't have such feature at this moment
  • edited 11:32PM
    gpi wrote: »
    Sorry, but FR doesn't have such feature at this moment

    Really??? I did this:

    1. add an OnPreview event to the TfrxReport
    2. in the event handler, put the following code
    procedure TdmReport.frxReportPreview(Sender: TObject);
    var
      frmPreview:TfrxPreviewForm;
    begin
      frmPreview:=TfrxPreviewForm(frxReport.PreviewForm);
      frmPreview.Scaled:=true;
    end;
    

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.