Opened 6 years ago

Closed 6 years ago

#4900 closed defect (duplicate)

Dialog annotation "enable" not recognised

Reported by: dietmarw Owned by: adeas31
Priority: high Milestone: 1.13.0
Component: OMEdit Version: v1.13.0-dev-nightly
Keywords: Cc:

Description

The following test model should deactivate the parameter field for bar when foo=true but it does not:

model testEnable
parameter Boolean foo=false;
parameter Real bar=1
   annotation(Dialog(enable=not foo));
end testEnable;

Change History (1)

comment:1 Changed 6 years ago by casella

  • Resolution set to duplicate
  • Status changed from new to closed

See #2661. This should be fixed either in 1.13.0 or in 2.0.0

Note: See TracTickets for help on using tickets.