... but here is the real issue:
*> jmolApplet0._applet.viewer.jmolpopup.popupMenu.show(null, 40, 40)* This is supposed to work, but it does not. An error is thrown in that method, which is in JSmolMenu.js: TypeError: a.container.hide(...).menu is not a function That's a jQuery call that looks like this: menu.setPosition(); * menu.container.hide().menu().menu('refresh').show();* menu.visible = true; ...Must be jQuery. Let's check: *> $.fn.jquery*"1.6.4" There's your problem. That version of jQuery is from 2011. Kind of odd, since the jQuery in that distribution you are using is jQuery 1.11.0. *> Jmol._version* "2014-09-20 10:14:07 (JSmol/j2s)" So I think if you track that down, you can fix it.
------------------------------------------------------------------------------
_______________________________________________ Jmol-users mailing list Jmol-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-users