http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5266
Christopher Brooks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P3 CC| |[email protected] Component|reporting |general Severity|normal |minor --- Comment #1 from Christopher Brooks <[email protected]> 2012-06-15 08:00:19 PDT --- The reported problem here is that if a Sinewave actor is dragged onto the canvas in Kepler, then two blank boxes appear. One is an attribute that is actually an old-style annotation that is supposed to say "Generate a sine wave". The second is a SingletonAttribute that when clicked is supposed to bring up the documentation for the composite. The contents of the Sinewave actor appear fine inside Ptolemy II, the problem is with Kepler. For the first one, we could just substitute in a more recent TextAttribute, but the real fix would be to make it so that Kepler would properly display these because presumably there are other models that have these old annotations. In ptII, the code that possibly displays these annotations might be in ptolemy/vergil/icon/XMLIcon.java For the second one, we need to look at how Kepler displays the SingletonAttribute. -- Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Kepler-dev mailing list [email protected] http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
