Skip to main content

Question about accessing different option values via "custom java code"

Comments

2 comments

  • Geneious Team

    Hi Matthew,

    The problem is that getDescriptionAndState() contains html tags which are interpreted in the dialog being displayed. To see the options, you need to do this instead:

    Dialogs.showMessageDialog(StringUtilities.escapeHtmlCharacters(options.getDescriptionAndState()))

    The names of the two sensitivity settings you are missing are mediumLow and lowWithLowMemoryUsage. The only difference between low and lowWithLowMemoryUsage is performance vs memory usage. Those two settings should produce identical results.

    Best regards,
    Matt.

    0
  • Matthew Shum

    Thank you Matt! This answers my question exactly!

    0

Please sign in to leave a comment.