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