Menu

#346 Popup menu options do not work

closed
Miguel
5
2006-03-31
2006-03-26
Miguel
No

10.00.49

Several of the popup menu option display options do not
work properly.

For example, the showSelectionHalos and showHydrogens
checkboxs do not work.

The command 'set display selected' does work when
executed from a script.

Discussion

  • Nicolas

    Nicolas - 2006-03-26

    Logged In: YES
    user_id=1096197

    I checked what was going on: the menu options are working
    but the display is not refreshed. I don't know why, I think
    the problem is more wide than just a menu problem.

    What happens when you click on showSelectionHalos :
    - Viewer.setBooleanProperty() is called
    - Viewer.setSelectionHaloEnabled() is called.
    - Viewer.refresh() is called.
    - RepaintManager.refresh() is called: the first test checks
    that repaintPending is equals to false, otherwise nothing is
    done. The problem here is that it repaintPending is true (why ?)

     
  • Nicolas

    Nicolas - 2006-03-31

    Logged In: YES
    user_id=1096197

    It's working now with SVN trunk

     
  • Nicolas

    Nicolas - 2006-03-31
    • status: open --> closed
     

Log in to post a comment.