icyphy / ptII

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

EventButton actor puts button in upper left corner #99

Open cxbrooks opened 16 years ago

cxbrooks commented 16 years ago

Note: the issue was created automatically with bugzilla2github tool

Original bug ID: BZ#168 From: @cxbrooks Reported version: 7.1.devel CC: pt-dev@chess.eecs.berkeley.edu

cxbrooks commented 16 years ago

The EventButton actor puts its button in the upper right.

The problem is that the EventButton appears in the upper left.

To instantiate an EventButton, do Graph -> InstantiateEntity ptolemy.domains.de.lib.EventButton

It should be more configurable so we can have multiple buttons.

Also, the current type is Token, perhaps this can be configured as well.

See $PTII/ptolemy/domains/de/lib/test/EventButtonTest.xml