Actions
Bug #2413
closedICONS: Monitor Value icon should show value
Start date:
04/13/2006
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2413
Description
Monitor Value icon should show value instead of svg icon
Updated by Matthew Brooke over 18 years ago
fixed - added this to moml file in kepelr/actors/MonitorValue/MonitorValue.xml:
<property name="displayWidth" class="ptolemy.data.expr.Parameter" value="20"/>
<property name="_icon" class="ptolemy.vergil.icon.UpdatedValueIcon">
<property name="attributeName" class="ptolemy.kernel.util.StringAttribute" value="value">
</property>
<property name="displayWidth" class="ptolemy.data.expr.Parameter" value="displayWidth">
</property>
</property>
Actions