[JW Lua] Small error in UI-templates
Jari Williamsson
jari.williamsson at mailbox.swipnet.se
Fri Oct 16 09:31:39 CEST 2015
Bart,
Thanks for the bug report! Apparently, this bug affects just about all
method sample calls in the templates. I'll make sure that this is fixed
for the next update!
Best regards,
Jari Williamsson
On 2015-10-16 09:15, Bart Visser wrote:
> Hi Jari,
>
> I've noticed a small error in the FCUI-templates: the DisplayTextExpression-template (and other Display-templates) contain a dot (.) where they should contain a colon (:)
>
>>From the template:
> local ui = finenv.UI()
> local myIDResult = ui.DisplayTextExpressionDialog(0)
>
> But it should be:
>
> local ui = finenv.UI()
> local myIDResult = ui:DisplayTextExpressionDialog(0)
>
> Cheers,
>
>
> Bart
> _______________________________________________
> JWLua mailing list
> JWLua at jwmusic.nu
> http://jwmusic.nu/mailman/listinfo/jwlua_jwmusic.nu
>
>
More information about the JWLua
mailing list