<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Jari,<br>
    <br>
    FCStaffSystem.StaffHeight has problems with values above 32768.<br>
    I recently had a document with the weird (individual) system
    settings "Staff Height: 555 EVPU" and "Resize: 10%"   (resulting 57%
    scaling). 555*64 =35520    -> above 32768<br>
    When I read FCStaffSystem.StaffHeight in this case, it returned
    -30016     (=35520 - 65536).<br>
    <br>
    So far, so good ...<br>
    A problem comes up when the general PageFormatPrefs are set to 555
    EVPU and the plugin updates/creates the page settings.<br>
    It will not recreate 555 EVPU in FCStaffSystem.StaffHeight, but
    write a minus value.<br>
    I don't know if this is a problem of the JW Lua interface or the
    Finale PDK.<br>
    <br>
    Best regards,<br>
    Jan Angermueller<br>
  </body>
</html>