<html>
    <head>
      <base href="http://bugzilla.ecoinformatics.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - Two empty boxes inside Sinewave actor when in Reporting suite"
   href="http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5266#c17">Comment # 17</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - Two empty boxes inside Sinewave actor when in Reporting suite"
   href="http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5266">bug 5266</a>
              from <span class="vcard"><a class="email" href="mailto:cxh@eecs.berkeley.edu" title="Christopher Brooks <cxh@eecs.berkeley.edu>"> <span class="fn">Christopher Brooks</span></a>
</span></b>
        <pre>The Revised ValueIcon.java file at
<a href="http://bugzilla.ecoinformatics.org/attachment.cgi?id=440">http://bugzilla.ecoinformatics.org/attachment.cgi?id=440</a>
still has the problem where when I drag in a Parameter, the Parameter
name is not shown.

Indeed, the xml has _hideName set:

    <property name="Parameter" class="ptolemy.data.expr.Parameter">
        <property name="_hideName"
class="ptolemy.kernel.util.SingletonAttribute">
        </property>
        <property name="_icon" class="ptolemy.vergil.icon.ValueIcon">
            <property name="_color" class="ptolemy.actor.gui.ColorAttribute"
value="{0.0, 0.0, 1.0, 1.0}">
            </property>
        </property>
        <property name="_smallIconDescription"
class="ptolemy.kernel.util.SingletonConfigurableAttribute">
            <configure>
      <svg>
        <text x="20" style="font-size:14; font-family:SansSerif; fill:blue"
y="20">-P-</text>
      </svg>
    </configure>

ptolemy/configs/utilityParameter.xml defines the Parameter that is dragged
in and indeed, it defines _hideName.

This change would require that almost every model be updated.

In addition, the names and values of PortParameters are not shown,
For example, see $PTII/ptolemy/actor/lib/Sinewave.xml

I'm not sure how to proceed.  Sean has offered a solution, but the solution
would require updating many models.  Even before Sean's solution,
it seems like _hideName in Parameters was being set as a hacky fix to a
problem.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>