Opened 8 years ago

Last modified 8 years ago

#4338 closed defect

new checkBox annotation causes display error in diagram — at Version 1

Reported by: Dietmar Winkler Owned by: Adeel Asghar
Priority: high Milestone: 1.12.0
Component: OMEdit Version: v1.12.0
Keywords: Cc:

Description (last modified by Dietmar Winkler)

When one makes use use of the new checkBox annoation then the the latest dev version (seen in OMEdit 1.12.0~dev-239-g0a2f14a) generates a box on the diagram layer.

Minimal example:

model DisplayError
parameter Boolean foo=false "Some toggle parameter:" annotation (
      Dialog(
      group="Visualisation",
      __Dymola_compact=true,
      __Dymola_descriptionLabel=true),
      choices(checkBox=true));
end DisplayError;

causes the diagram to look like:

Change History (2)

by Dietmar Winkler, 8 years ago

Attachment: DisplayError.png added

comment:1 by Dietmar Winkler, 8 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.