rfranke
rfranke
Two further commits implement panning with mouse drag and zooming with scroll wheel. Tested under OSX. Please check the latter in particular, i.e. if your scroll wheel emits GDK_SCROLL_UP/DOWN/LEFT/RIGHT events...
Zooming should be around the pointer position. However, if you reduce the size of an image below the size of the monitor, it will be gradually shifted to fill the...
@Kildor: your requirement reminds me to point 3 by @Thanatomanic above: "There seems to be no indication in the GUI ... I think it is bad to have hidden functionality....
Didn't know that. Under OSX the border appears when moving the mouse to the upper edge of the fullscreen view. Under Linux the F11 key seems to be used to...
Two new commits of PR #5872 do: - add F11 key binding to toggle fullscreen status on systems where the windows manager does not already support this (ironically the F11...
Please give the simulation tool you are using. The error message looks like an old version of OpenModelica. Did you try a recent version, at least 1.18? See also #45.
You report an old problem with OpenModelica. It has been fixed since version 1.17 this spring. Unfortunately the example does still not work due to another problem at a later...
Just checked with OpenModelica. It generates code with zeros(0), i.e. silently corrects this during model translation. The called function doesn't use the array for n < 2. ``` function z_fromEqCirc...
Thank you for this hint.
Unfortunately OpenModelica is not yet able to run all models of the PowerSystems library. See also https://github.com/OpenModelica/OpenModelica/issues/8012 You may also have a look at the regular coverage testing results: https://libraries.openmodelica.org/branches/master/PowerSystems_latest/PowerSystems_latest.html...