Check Dumper.lua from https://github.com/JETImodel/Lua-Apps
- borisff
-
Topic Author
- Offline
- Senior Member
-
- Posts: 65
- Thank you received: 3
TPL_KUNENA_MESSAGE_CREATED Check Dumper.lua from https://github.com/JETImodel/Lua-Apps
20 Nov 2019 18:53
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
Please Log in or Create an account to join the conversation.
- borisff
-
Topic Author
- Offline
- Senior Member
-
- Posts: 65
- Thank you received: 3
TPL_KUNENA_MESSAGE_REPLIED_NEW Check Dumper.lua from https://github.com/JETImodel/Lua-Apps
21 Nov 2019 08:13
oops, sorry. Didn't understand that 'ok' button is not enough, 'enter' must be used first.
Please ignore.
Please ignore.
Please Log in or Create an account to join the conversation.
Time to create page: 0.304 seconds