Bugs item #1458890, was opened at 2006-03-26 22:02 Message generated for change (Comment added) made by nicove You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1458890&group_id=23629
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: None Status: Open Resolution: None Priority: 5 Submitted By: Miguel (migueljmol) Assigned to: Miguel (migueljmol) Summary: Popup menu options do not work Initial Comment: 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. ---------------------------------------------------------------------- >Comment By: Nicolas (nicove) Date: 2006-03-31 21:16 Message: Logged In: YES user_id=1096197 It's working now with SVN trunk ---------------------------------------------------------------------- Comment By: Nicolas (nicove) Date: 2006-03-26 22:54 Message: 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 ?) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1458890&group_id=23629 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
