Check Dumper.lua from https://github.com/JETImodel/Lua-Apps
- borisff
- Offline Autor
- Senior Mitglied
- Beiträge: 61
- Dank erhalten: 3
Check Dumper.lua from https://github.com/JETImodel/Lua-Apps wurde erstellt von borisff
Posted 20 Nov. 2019 19:53 #1
github.com/JETImodel/Lua-Apps/blob/maste...%20Dumper/Dumper.lua
doesn't work with 4.28.
local function initForm never calls exportFiles().
Using for example a more basic function initForm solves the problem:
local function initForm(formID)
form.addRow(2)
form.addLabel({label="Compiled apps"})
local res = form.question("Really compile apps?", "", "", 0, false, 0)
if (res == 1) then
exportFiles()
end
end
local function initForm never calls exportFiles().
Using for example a more basic function initForm solves the problem:
local function initForm(formID)
form.addRow(2)
form.addLabel({label="Compiled apps"})
local res = form.question("Really compile apps?", "", "", 0, false, 0)
if (res == 1) then
exportFiles()
end
end
von borisff
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- borisff
- Offline Autor
- Senior Mitglied
- Beiträge: 61
- Dank erhalten: 3
borisff antwortete auf Check Dumper.lua from https://github.com/JETImodel/Lua-Apps
Posted 21 Nov. 2019 09:13 #2
oops, sorry. Didn't understand that 'ok' button is not enough, 'enter' must be used first.
Please ignore.
Please ignore.
von borisff
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
Ladezeit der Seite: 0.922 Sekunden