Rolf, I haven't done this, but... have you tried these?

 function hoverAction(p1, p2, p3) {
   show p1;
   show p2;
   show p3;
 }
 set hoverCallback "jmolscript: hoverAction('something1', 'something2', 
'something3');";


or


 function hoverAction() {
   show p1;
   show p2;
   show p3;
 }
 set hoverCallback "jmolscript: p1='something1'; p2= 'something2'; 
p3='something3'; hoverAction;";


I'm not sure if the "p" are local or global variables; try defining 
them with VAR if it does not work..



------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to