[JW Lua] Small error in UI-templates
Bart Visser
bartvisser at me.com
Fri Oct 16 09:15:36 CEST 2015
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
More information about the JWLua
mailing list