icyphy / ptII

Ptolemy II is an open-source software framework supporting experimentation with actor-oriented design.
https://ptolemy.eecs.berkeley.edu/ptolemyII
Other
101 stars 43 forks source link

Up button does not work in modal models #204

Closed cxbrooks closed 9 years ago

cxbrooks commented 14 years ago

Note: the issue was created automatically with bugzilla2github tool

Original bug ID: BZ#323 From: @cxbrooks Reported version: 8.1.devel CC: @edwardalee, pt-dev@chess.eecs.berkeley.edu

cxbrooks commented 14 years ago
  1. Start up vergil
  2. File->New -> Graph Editor
  3. In the left hand actor pane, open Utilities and drag in a ModalModel
  4. In the Graph Editor, open the ModalModel
  5. In the ModalModel, click the up arrow in the menu bar.

Nothing happens.

In other composites, the up arrow opens the container.

Edward outlined a solution to this issue, but the details were a bit complex.

cxbrooks commented 9 years ago

Fixed by looking for instances of Modal Model. Also fixed for other level-skipping composites, such as IterateOverArray.