Parameter to set "Absolute" option in MViewPane?

User f05f6b8c05

12-07-2009 05:13:32

Hi,


Is there a way to programmatically set the Misc->Absolute Labels option in MViewPane?  By using the setParams() method, or something similar?


Thanks for any information.


Best regards,


Andrew

ChemAxon 7c2d26e5cf

14-07-2009 16:07:39

Yes, you can do this. Gives the "absLabelVisible" parameter in MViewPane.setParams():


    viewPane.setParams("absLabelVisible=true");

User f05f6b8c05

15-07-2009 17:41:12

 


Hi,


Thanks so much!  Works perfectly.


Best,


Andrew