You are reading a single comment by @Hank and its replies. Click here to read the full conversation.
  • Ah ok, havin load() instead of load(); helps. But the IDE is claiming "missing semicolon" then :)

  • Weird, I have

    var standardMenu = {
      "" : {title : "Test intents",
            back : function() {load();}},
      // ...more code...,
    };
    
    Bangle.loadWidgets();
    E.showMenu(standardMenu);
    

    where I use a semicolon behind load() and that works to take me to the clock when I press the red software back button in the app.

About

Avatar for Hank @Hank started