[JW Lua] group name error

Jari Williamsson jari.williamsson at mailbox.swipnet.se
Wed Mar 18 16:33:03 CET 2015


It was a bug in my Lua implementation of CreateFullNameString(). It's 
fixed in the upcoming beta.


Best regards,

Jari Williamsson


On 2015-03-15 21:03, lists.jc.michel at symetrie.com wrote:
> Hi Jari,
>
>
> With 2012/0.30, I get an error (Finale app blocked forever) when using
> FCGroup:CreateFullNameString()
> on some files
> Whereas
> FCGroup:CreateAbbreviatedNameString()
> seems to work without halting.
>
> Here is my code :
> local groups = finale.FCGroups()
> groups:LoadAll()
> for group in each(groups) do
>      if group:HasFullName() then
>          s = group:CreateFullNameString()
>          print(s.LuaString)
>      end
>
>      if group:HasAbbreviatedName() then
>          s = group:CreateAbbreviatedNameString()
>          print(s.LuaString)
>      end
> end
>
> Any idea why this happens?
> Thks
>
> _______________________________________________
> JWLua mailing list
> JWLua at jwmusic.nu
> http://jwmusic.nu/mailman/listinfo/jwlua_jwmusic.nu
>
>






More information about the JWLua mailing list