Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Simulation cannot be run as the value of an event can be set just the first time. #329

Closed
arelic opened this issue Feb 1, 2016 · 2 comments

Comments

@arelic
Copy link

arelic commented Feb 1, 2016

Hello,

During simulation run the "value" of each event can be set just the first time until the event is the first time raised.

After that the "value" cell in the table remains disabled and the new value for the same event cannot be entered any more.
image

Best regards,
Alex

@andreasmuelder
Copy link
Member

The type of the cell editor (string, real, integer, boolean) is selected by its java runtime type. When an event is raised, the value of the event isunset( = null) and the runtime type information is gone. This should be refactored that the type from the declaration is used to identify the right cell editor instead of the type of the runtime value.

@andreasmuelder
Copy link
Member

Fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants