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 _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi Stef, Please specify the version :) Doru On Sat, Dec 7, 2013 at 6:11 PM, Stéphane Ducasse <[hidden email]> wrote: Hi "Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In 50
and it was the eyeSeeEasel not mondrian but the bug is there.
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
I could reproduce this problem. The issue is due to chart not being initialized by default. If you try this, it works: "chart lineDiagram" Doru On Sat, Dec 7, 2013 at 6:44 PM, Stéphane Ducasse <[hidden email]> wrote:
"Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
I was with the eyeseeeditor look I click on a package group bring the eyeseeeditor and without doing anything I press the right tirnagle and I get a debugger canvas ^ canvas ifNil: [ diagram setup. canvas := ESCanvas onDiagram: diagram. canvas updateBounds. self setElementSelectionHandler. canvas ] diagram isnil setup -> boum Stef
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
It's the same problem you reported before :). Doru On Sat, Dec 7, 2013 at 11:09 PM, Stéphane Ducasse <[hidden email]> wrote:
"Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |