Project

General

Profile

Actions

Bug #6165

closed

The names of instances of the Stop actor do not display in Mac OSX.

Added by Christopher Brooks over 10 years ago. Updated about 9 years ago.

Status:
Resolved
Priority:
Low
Assignee:
Category:
interface
Target version:
Start date:
10/21/2013
Due date:
% Done:

0%

Estimated time:
2.00 h
Bugzilla-Id:

Description

On Kepler-users, Kenneth Jones wrote:

The names of instances of the Stop actor do not display in Mac OSX. Let me know if you need more info.

Indeed, dragging in the Stop Actor results in icons without instance names


Files

StopInstanceNameMissing.png (18.6 KB) StopInstanceNameMissing.png Christopher Brooks, 10/21/2013 05:47 PM
Actions #1

Updated by Christopher Brooks over 10 years ago

Edward wrote:

BTW, the reason for this is that the icon for the Stop actor in Ptolemy says it all.
Unfortunately, the icon in Kepler says nothing about what the actor does.
The constructor for the Stop actor includes this:

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

I suggest that in the Kepler library, the Stop actor should include something like:

<property name="_hideName" value="false"/>
Actions #2

Updated by Daniel Crawl about 9 years ago

  • Status changed from New to Resolved
  • Assignee changed from Derik Barseghian to Daniel Crawl
  • Target version changed from 2.4.0 to 2.5.0

The library metadata for Stop has been updated as Edward suggested.

Actions

Also available in: Atom PDF