<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>thanks, works as intended.</p>
<p><br>
</p>
<p>More like a cockpit than Rube Goldberg.</p>
<p><br>
</p>
<p>for the problem at hand I get a session file from a researcher, its organization of model names is essentially random text.  I need to rename dozens of models to something that means something.  The less I use a mouse for repetitive tasks, less aggravating
 it is.  Moving it a cm is ok, moving it 6" one way, 7" another, keyboard input, then press ok, 50x.  Much of my development is making the UI easier to work with. People can be lazy, particularly for what they see as intermediate stuff.</p>
<p><br>
</p>
<p>When the dialog box comes up, is there a way I can place it in a specific location?</p>
<p><br>
</p>
<p><br>
</p>
<div id="Signature">
<div id="divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<div class="BodyFragment"><font size="2">
<div class="PlainText">Matthew Dougherty<br>
National Center for Macromolecular Imaging<br>
Baylor College of Medicine<br>
<span style="font-size:13.0pt; font-family:Calibri">=================================================</span><br>
</div>
<div class="PlainText"><span style="font-size:13pt; font-family:Calibri">=================================================</span><span style="font-size:13.0pt; font-family:Calibri"><br>
</span></div>
</font></div>
</div>
</div>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Eric Pettersen <pett@cgl.ucsf.edu><br>
<b>Sent:</b> Tuesday, October 13, 2015 4:56 PM<br>
<b>To:</b> Dougherty, Matthew T<br>
<b>Cc:</b> chimera-dev@cgl.ucsf.edu<br>
<b>Subject:</b> Re: [chimera-dev] Model panel rename</font>
<div> </div>
</div>
<div><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Oct 13, 2015, at 2:31 PM, Eric Pettersen <<a href="mailto:pett@cgl.ucsf.edu" class="">pett@cgl.ucsf.edu</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class=""><span class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; float:none; display:inline!important">from
 ModelPanel.base import _mp as mp</span><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px">
</div>
</blockquote>
<br class="">
</div>
<div>Upon further reflection, the above line isn’t the best way to get the Model Panel instance, since it uses a private variable and it doesn’t create the Model Panel if needed.  Use the following instead</div>
<div><br class="">
</div>
<div>from ModelPanel import ModelPanel</div>
<div>from chimera import dialogs</div>
<div>mp = dialogs.display(ModelPanel.name)</div>
<div><br class="">
</div>
<div>—Eric</div>
<div><br class="">
</div>
<br class="">
</div>
</div>
</div>
</body>
</html>