[JW Lua] group name error

Jan Angermüller jan at angermueller.com
Wed Mar 18 16:15:49 CET 2015


I get a Finale crash with your code as well.
If you don't need the Enigma tags, you can replace 
group:CreateFullNameString() with group:CreateDisplayFullNameString() as 
a workaround.
That doesn't crash on my system (Finale2014d/Windows7).

Best regards,
Jan

Am 15.03.2015 um 21:03 schrieb lists.jc.michel at symetrie.com:
> 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
>


-- 
Jan Angermüller
Jevenstedter Str. 80
22547 Hamburg
Tel. 040 - 28 94 84 82
www.angermueller.com





More information about the JWLua mailing list