Hi
when I open a mondrianEasel and press the right triangle I get an error tell me that error
message is not understood.
withAll: bindings.
[ Smalltalk compiler evaluate: script in: context
to: context ]
on: Error
do: [ :e |
self inform: e class name , ':
' , e errorMessage.
(renderer pieDiagram)
radius: 100;
models:
#('Error');
pieValue: [:x | 100];
displayLegend: true;
defaultColor: Color red ]
];
defaultActions