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
Hi Stef,
Please specify the version :)
Doru
On Sat, Dec 7, 2013 at 6:11 PM, Stéphane Ducasse stephane.ducasse@inria.frwrote:
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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
In 50 and it was the eyeSeeEasel not mondrian but the bug is there.
Hi Stef,
Please specify the version :)
Doru
On Sat, Dec 7, 2013 at 6:11 PM, Stéphane Ducasse stephane.ducasse@inria.fr wrote: 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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch 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 stephane.ducasse@inria.frwrote:
In 50 and it was the eyeSeeEasel not mondrian but the bug is there.
Hi Stef,
Please specify the version :)
Doru
On Sat, Dec 7, 2013 at 6:11 PM, Stéphane Ducasse < stephane.ducasse@inria.fr> wrote:
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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch 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
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 stephane.ducasse@inria.fr wrote: In 50 and it was the eyeSeeEasel not mondrian but the bug is there.
Hi Stef,
Please specify the version :)
Doru
On Sat, Dec 7, 2013 at 6:11 PM, Stéphane Ducasse stephane.ducasse@inria.fr wrote: 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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch 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 <stephane.ducasse@inria.fr
wrote:
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
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 < stephane.ducasse@inria.fr> wrote:
In 50 and it was the eyeSeeEasel not mondrian but the bug is there.
Hi Stef,
Please specify the version :)
Doru
On Sat, Dec 7, 2013 at 6:11 PM, Stéphane Ducasse < stephane.ducasse@inria.fr> wrote:
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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev