<html>
<head>
<style>
body {
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  color:#484848;
}
h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
h1 { font-size: 1.2em; }
h2, h3 { font-size: 1.1em; }
a, a:link, a:visited { color: #2A5685;}
a:hover, a:active { color: #c61a1a; }
a.wiki-anchor { display: none; }
hr {
  width: 100%;
  height: 1px;
  background: #ccc;
  border: 0;
}
.footer {
  font-size: 0.8em;
  font-style: italic;
}
</style>
</head>
<body>
<span class="header"></span>
Issue #6165 has been updated by Christopher Brooks.

<ul>
</ul>

<p>Edward wrote:</p>


        <p>BTW, the reason for this is that the icon for the Stop actor in Ptolemy says it all.<br />Unfortunately, the icon in Kepler says nothing about what the actor does.<br />The constructor for the Stop actor includes this:</p>


        <pre><code>// Hide the name because the name is in the icon.<br />        _hideName = new SingletonParameter(this, "_hideName");<br />        _hideName.setToken(BooleanToken.TRUE);<br />        _hideName.setVisibility(Settable.EXPERT);</code></pre>


        <p>I suggest that in the Kepler library, the Stop actor should include something like:</p>


        <pre><code>&lt;property name="_hideName" value="false"/&gt;</code></pre>
<hr />
<h1><a href="https://projects.ecoinformatics.org/ecoinfo/issues/6165#change-20962">Bug #6165: The names of instances of the Stop actor do not display in Mac OSX.</a></h1>

<ul>
<li>Author: Christopher Brooks</li>
<li>Status: New</li>
<li>Priority: Low</li>
<li>Assignee: Derik Barseghian</li>
<li>Category: interface</li>
<li>Target version: 2.4.0</li>
  <li>Bugzilla-Id: </li>
</ul>

<p>On Kepler-users, Kenneth Jones wrote:</p>


<blockquote>

        <p>The names of instances of the Stop actor do not display in Mac OSX.  Let me know if you need more info.</p>


</blockquote>

        <p>Indeed, dragging in the Stop Actor results in icons without instance names</p>


<hr />
<span class="footer"><p>You have received this notification because you have either subscribed to it, or are involved in it.<br />To change your notification preferences, please click here: <a class="external" href="https://projects.ecoinformatics.org/ecoinfo/my/account">https://projects.ecoinformatics.org/ecoinfo/my/account</a></p></span>
</body>
</html>