<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Jari,<br>
    <div class="moz-forward-container"> <br>
      in v.50 you wrote that you fixed a FCStaffStyleDefs:LoadAll() bug<br>
      ( "* Fixed an issue where FCStaffStyleDefs:LoadAll() failed to
      load all staff styles refs.").<br>
      It did fix indeed all issues that I have had so far with that
      LoadAll ... until yesterday.<br>
      <br>
      Attached is the document where a style isn't loaded. It is zipped
      because otherwise it goes beyond the 200k message limit.<br>
      <br>
      Test code: <br>
      (there are 4 staff styles and one is attached to the visible
      staff, but only 3 are displayed in the code below)<br>
      <br>
      local ssdefs=finale.FCStaffStyleDefs() <br>
      ssdefs:LoadAll() <br>
      print("StaffStyles",ssdefs.Count) <br>
      local namestr=finale.FCString() <br>
      for s in each(ssdefs) do <br>
          s:GetName(namestr) <br>
          print(namestr.LuaString) <br>
      end <br>
      <br>
      Best,<br>
      Jan<br>
    </div>
  </body>
</html>