<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Well, not directly.  If you’re willing to write a little Python you can do it.  I’ve attached a little Python script that positions the Model Panel 700 pixels to the right and 100 pixels down from the upper left corner of the main screen.  Even if you don’t know Python it should be easy for you to add additional ‘if’ statements to position the dialogs you want where you want them.  Keep in mind that indentation is significant in Python, so the additional ‘if’ statements would need to be indented the same way as the original one.  You need to run the script as an argument on the Chimera startup command line.  You <i class="">may</i> need to turn off the “They to avoid placing dialogs over main window” preference, though in my experiments that wasn’t necessary.<div class=""><br class=""></div><div class="">You'll have to experiment with the actual values to use to get the dialogs where you want them.  You’ll probably also need to know whether the second screen is above/below/left/right of the main screen if you need to position the dialogs on the secondary screen.</div><div class=""><br class=""></div><div class="">—Eric</div><div class=""><br class=""></div><div class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><span class="Apple-tab-span" style="white-space: pre;">    </span>Eric Pettersen</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">  </span>UCSF Computer Graphics Lab</div><div class=""><br class=""></div></div><br class="Apple-interchange-newline"></div></div></body></html>