0 Replies Latest reply: Nov 22, 2011 2:03 AM by A. Grahn RSS

    runtime.setCustomMenuItemChecked has no effect

    A. Grahn Community Member

      This method seems to be bugged, it has no effect in Reader (9/X):

       

      runtime.addCustomMenuItem("myitem", "My Item", "checked", 1);

      runtime.setCustomMenuItemChecked("myitem", 0);

       

      The menu item "My Item" remains in the checked state (and vice-versa). Is there a workaround?

       

      Alexander