Changes between Initial Version and Version 1 of Ticket #3776, comment 19
- Timestamp:
- 2019-09-10T11:26:16Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3776, comment 19
initial v1 1 1 I have now fixed the focus issue and the text copying issue. See [changeset:7aa92c1/OpenModelica]. 2 2 3 As for the red warningmessage I expect this message to occur because when you select a box containing `SineVoltage1`, `Inductor1` and the line connecting their two positive pins from `Modelica.Electrical.Analog.Examples.rectifier` the connection between `SineVoltage1` and `SineVoltage2` also got copied. So when you paste it you see the error message because in the pasting model it fails to find `SineVoltage2` that is why pasting of the connection is dropped. I actually like the error message because it tells you exactly what has happened.3 As for the red error message I expect this message to occur because when you select a box containing `SineVoltage1`, `Inductor1` and the line connecting their two positive pins from `Modelica.Electrical.Analog.Examples.rectifier` the connection between `SineVoltage1` and `SineVoltage2` also got copied. So when you paste it you see the error message because in the pasting model it fails to find `SineVoltage2` that is why pasting of the connection is dropped. I actually like the error message because it tells you exactly what has happened.