RAFCON icon indicating copy to clipboard operation
RAFCON copied to clipboard

support for long types for data-ports (e.g. copy/paste)

Open franzlst opened this issue 4 years ago • 1 comments

A long is a very big integer and usually not used by common RAFCON users.

At the moment we have the problem that a port of type integer becomes a long (whithout that the type change only as value) while editing and if you wanna copy this state the new port is not accepting the long as int. Interesting to know, this state can be saved and re-opened, but can not be copied. This is maybe also the right hint to solve this issue.

So what is load state (most likely a json generated object) doing different compared to the copy method which both use the DataPort.__init__-method.

Originally created by @Rbelder at 2018-04-20 11:01:49+00:00 (moved from RMC internal repository)

franzlst avatar Apr 17 '20 10:04 franzlst

Can you tell us how to reproduce this?

Originally created by @franzlst ([email protected]) at 2018-04-25 11:02:07+00:00 (moved from RMC internal repository)

franzlst avatar Apr 17 '20 10:04 franzlst