Opened 7 years ago

Closed 7 years ago

#4900 closed defect (duplicate)

Dialog annotation "enable" not recognised

Reported by: Dietmar Winkler Owned by: Adeel Asghar
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 by Francesco Casella, 7 years ago

Resolution: duplicate
Status: newclosed

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

Note: See TracTickets for help on using tickets.