<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-text-flowed" style="font-family: -moz-fixed;
      font-size: 14px;" lang="x-western">On 09.12.2016 9:51, Michael Van
      Canneyt wrote:
      <br>
      <blockquote type="cite" style="color: #000000;">Will this be so
        for all forms in the project, or just the form(s) that I opened
        ?
        <br>
      </blockquote>
      <br>
      Only the forms you opened.
      <br>
      <br>
      <blockquote type="cite" style="color: #000000;">I want to
        determine whether all forms will be at the same DPI or not.
        <br>
      </blockquote>
      <br>
      No, they will be not. Every form/frame has the property
      "DesignTimePPI" that stores the value at which the form/frame was
      designed.
      <br>
      <br>
      On 09.12.2016 9:53, Graeme Geldenhuys via Lazarus wrote:
      <br>
      <blockquote type="cite" style="color: #000000;">On 2016-12-09
        08:47, Ondrej Pokorny via Lazarus wrote:
        <br>
        <blockquote type="cite" style="color: #000000;">The forms will
          be rescaled correctly. I.e. the IDE designer itself is
          <br>
          DPI aware.
          <br>
        </blockquote>
        Does it now finally store the "designed dpi value" in the *.lfm
        files
        <br>
        (like Kylix did)? Otherwise if I run at 130 dpi and design a
        form, and
        <br>
        somebody else runs at 96 dpi and opens that same designed form
        (or other
        <br>
        way round) it normally means the form is f**ked.
        <br>
      </blockquote>
      <br>
      Yes, the property is named DesignTimePPI.
      <br>
      <br>
      On 09.12.2016 9:55, Graeme Geldenhuys via Lazarus wrote:
      <br>
      <blockquote type="cite" style="color: #000000;">On 2016-12-09
        08:51, Michael Van Canneyt via Lazarus wrote:
        <br>
        <blockquote type="cite" style="color: #000000;">Will this be so
          for all forms in the project, or just the form(s) that I
          opened ?
          <br>
        </blockquote>
        A very good question! Also, what dpi value does the IDE default
        to, for
        <br>
        olderĀ  projects? Does it always assume the original forms were
        designed
        <br>
        at 96 dpi, or is there a place in Project Options (or a global
        IDE wide
        <br>
        setting) where you can specify the original designed dpi value
        as a
        <br>
        default starting point?
        <br>
      </blockquote>
      <br>
      It always defaults to 96 PPI.
      <br>
      <br>
      Ondrej
      <br>
    </div>
  </body>
</html>