0

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

null
    • Alan_Cooke
    • 1 yr ago
    • Reported - view

    Here is a screen shot after loading

      • Ninox developper
      • Jacques_TUR
      • 1 yr ago
      • Reported - view

      Alan Cooke I have changed the initialization method of Ninext and the last modification made last night causes an error on the old method which is not maintained anymore. I invite you to use the new initialization method as described here : https://forum.ninox.com/t/p8h78zv?r=m1h0zh1 and here https://forum.ninox.com/t/p8h78zv?r=p8h0l3k

      completion: true and the first Ninext module I created to have auto completion in the code editor. Soon after, Ninox included it directly in its editor. It is no longer useful and I have removed it for now in the new initialization method. It looks like it might be interesting for IOS applications that don't have auto-completion in the Ninox editor. I'll have to check it out.

      • Alan_Cooke
      • 1 yr ago
      • Reported - view

      Jacques TUR Thanks very much!!

Content aside

  • Status Answered
  • 1 yr agoLast active
  • 3Replies
  • 71Views
  • 2 Following