Ninext close not working
Jacques TUR
Apparently Ninox had some issue last night with Ninox being down. I checked to see if all was okay now and I have noticed the dialog is not auto closing. I checked my settings in options and can confirm the following is still there and autoclose is flagged true.. Any ideas?
openTable("HOME", "MAIN MENU");
#{dialog("Dark Mode CSS Plugin", record('DM-Plugin',1).'DM-Code', ["close"])}#;
"--------------";
var code := http("GET", "https://raw.githubusercontent.com/JacquesTur/Ninext/main/loadModules.html").result;
dialog("Ninext intialization", "<script>
window.exConfigLoadModules = {
completion: false,
badges: true,
evalJS: true,
viewEvent: true,
buttonEvent : true,
fieldsInspector: true,
nativeJS: true,
tableView: true,
autoCloseDialog: true
};
</script>" + code, ["close"])
----
3 replies
-
Here is a screen shot after loading
Content aside
- Status Answered
- 1 yr agoLast active
- 3Replies
- 82Views
-
2
Following