[kepler-dev] [Bug 2409] - Display Name Not Showing for org.sdm.spa.Pause and org.sdm.spa.Stop

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri May 19 11:09:26 PDT 2006


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2409





------- Comment #2 from brooke at nceas.ucsb.edu  2006-05-19 11:09 -------
This is actually a "feature" - the name was hidden in Ptolemy because it was
displayed as part of the icon.

The source code for these actors has the following lines in the constructor:


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


More information about the Kepler-dev mailing list