You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
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.
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.
Best regards,
Alex
The text was updated successfully, but these errors were encountered: