Adeel Asghar
Adeel Asghar
> It looks like https://github.com/OpenModelica/OpenModelica/pull/8785 will replace pointing to the locally installed (and outdated) version to the online version. But as we have discussed before, it would be better to...
This is same as #8086. There are connections to `internalThermalPort` but its not there in the diagram so OMEdit outputs the error while trying to fetch the component.
I think `getElements` doesn't return `internalThermalPort` so OMEdit doesn't have the component and as a result unable to draw the connections.
> A lot of times you get a model path from a library to test something. Would be good to be able to open a model via paste of the...
The diagram uses a different set of settings `Tools-Options-Line Style->Thickness`. But these settings are only used when you are modeling your own models. If you are using models from some...
@christiankral we recently changed the implementation of the line thickness in the diagram view. Please download the latest nightly build and test it again.
1. When you set line thickness in settings this means from that point on all the newly created shapes will take that line thickness. This will not change the line...
@arun3688 Isn't it already fixed. See #12 and #29.
Well looking at the code I think the problem is still there. You only check for the process before send. If we send "quit()" it will kill the process so...
Perhaps you need to set a unique working directory for each OMCSession otherwise simulation will not work since it tries to delete and create files at the same location.