Skip to main content

How to update the display after adding tracks?

Comments

2 comments

  • Matthew Cheung

    Hi Stephan,

    Have you saved changes to the document?

    What kind of plugin are you writing? If your code is in a DocumentOperation then changes made to the input documents aren't saved by default.  Typically the operation is expected to create new documents for the results.

    If the only thing you want to do with your plugin is add annotations then you might want to create an AnnotationGenerator instead.

    Cheers,

    Matthew

    0
  • Stephan Janosch

    I will try saving the document.

    And I need a track, because only tracks can be coloured by some annotation values. At least I figured out colouring by value works only for tracks.

     

    Thanks Matthew!

    0

Please sign in to leave a comment.