Adeel Asghar

Results 183 comments of Adeel Asghar

@dietmarw I had a discussion with @AnHeuermann and @sjoelund today and we came up with this, ![image](https://user-images.githubusercontent.com/4007231/144249800-78710a51-7f3f-426f-9bbc-73c940d7d651.png) So you don't see any dropdown list now just the flat list of...

Docker is just another option. You can still compile independent of docker.

@casella I think it has nothing to do with #8425. I reported this issue #4346 last year and its still not fixed. See my comment with heading **"We handle the...

@sbaetzing #4346 is fixed now. Please test this again and report.

For the test model, ``` model HideResult parameter Real Param = 5.5 annotation(HideResult = Bool); parameter Boolean Bool = true annotation(HideResult = true); Real HideResultTrue = 5 annotation(HideResult = true);...

The evaluated value makes sense here.

Some of the variables gets the `HideResult` annotation propagated to them e.g., `mass.v` but some does not e.g., `mass.s`. @perost is this something wrong with the XML dumper or the...

You should use `ModelicaSystem.resultfile` to set a new output format. As for `variableFilter`, I am not sure how to set this. @arun3688 is it possible to set this in ModelicaSystem?...

This is related to [trac ticket 2926](https://trac.openmodelica.org/OpenModelica/ticket/2926). `ModelicaSystem` relies on OMC API `loadFile`.

Just made a simple model with uses annotation and it worked fine.