The message size is large so I cancel the original and re-post here. Please see below.
On Tue, May 31, 2016 at 2:34 PM, tien dh tiendh11986@gmail.com wrote:
Xin chào Serge, I'm from Vietnam and It's nice to see a greeting in Vietnamese :) Thanks for your quick reply. I'm using version 5.1 on Mac OS. Yep, I've imported a model, and I open script windows via "*All model classes*" > *Browse > In Roassal Easel*.
When I copy your new code to the script windows and click the Play button, it shows the an error: *MessageNotUnderstood: GLMRoassal2Easel>>correctFrom:to:with:*
Please check this link for the screenshot:
http://s33.postimg.org/db7ki51mn/Screen_Shot_2016_05_31_at_2_28_56_PM.png
Am I wrong in using the tool? How can I test running of Mondrian code?
On Tue, May 31, 2016 at 1:31 PM, Serge Stinckwich < serge.stinckwich@gmail.com> wrote:
You should read : http://agilevisualization.com/
On Tue, May 31, 2016 at 12:29 PM, Serge Stinckwich serge.stinckwich@gmail.com wrote:
On Tue, May 31, 2016 at 12:04 PM, tien dh tiendh11986@gmail.com
wrote:
Hello, I'm new to Mondiran and I'm trying to run very simple piece of
code:
Xin chào Tien. Where are you located ?
| view namespaces | namespaces := MooseModel root allModels first allModelNamespaces. view := MOViewRenderer new. view shape rectangle width: #numberOfClasses; height: #numberOfMethods; linearFillColor: #numberOfLinesOfCode within: namespaces. view nodes: namespaces. view edgesToAll: #providerNamespaces. view dominanceTreeLayout. view open.
I tried with Roassal Easel but it doesn't compile. Where should I put
the
code and run?
Apparently you are running an old version of Roassal. Try to use the last version of MOOSE 6.0: http://moosetechnology.org/
Are you sure you have imported a model with the MOOSE panel first ?
The API change a little bit in MOOSE 6.0:
| view namespaces | namespaces := MooseModel root allModels first allModelNamespaces. view := RTMondrian new. view shape rectangle width: #numberOfClasses; height: #numberOfMethods; linearFillColor: #numberOfLinesOfCode within: namespaces. view nodes: namespaces. view edges connectToAll: #providerNamespaces. view layout dominanceTree. view open.
Regards,
Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/
-- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/ _______________________________________________ Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
--
*Thanks and Best Regards,Do Huu Tien (Mr.)Handphone No: (+32) (0) 484 77 62 32 <%28%2B32%29%20%280%29%20484%2077%2062%2032>Email: tiendh11986@gmail.com tiendh11986@gmail.comY!M: beuforeverSkype: do.huu.tien*
On Tue, May 31, 2016 at 1:42 PM, tien dh tiendh11986@gmail.com wrote:
The message size is large so I cancel the original and re-post here. Please see below.
On Tue, May 31, 2016 at 2:34 PM, tien dh tiendh11986@gmail.com wrote:
Xin chào Serge, I'm from Vietnam and It's nice to see a greeting in Vietnamese :)
This is because I spend 4 years in Hanoi, so I can speak a little bit Vietnamese :-) If you are located in Ha Noi, normally I will be there in July and we can try some pair-programming on Roassal and Pharo.
Thanks for your quick reply. I'm using version 5.1 on Mac OS. Yep, I've imported a model, and I open script windows via "All model classes" > Browse > In Roassal Easel.
When I copy your new code to the script windows and click the Play button, it shows the an error: MessageNotUnderstood: GLMRoassal2Easel>>correctFrom:to:with:
Please check this link for the screenshot: http://s33.postimg.org/db7ki51mn/Screen_Shot_2016_05_31_at_2_28_56_PM.png
I'm not sure the code I give you, will work on 5.1. I use it on 6.0. In order to run my code, open a playground in MOOSE 6.0, select all code and CTRL-D to do it.
Tell me if it still does not work for you.
Regards,
Hello Serge,
It works fine for me now with Moose 6.0. Thank you very much.
P/S: Oh, I worked in Hanoi 2 years ago, but now I'm in Brussels. I'm going back this September and If you're still there at that time, we can go for a coffee and fun programming.
On Tue, May 31, 2016 at 3:00 PM, Serge Stinckwich < serge.stinckwich@gmail.com> wrote:
On Tue, May 31, 2016 at 1:42 PM, tien dh tiendh11986@gmail.com wrote:
The message size is large so I cancel the original and re-post here.
Please
see below.
On Tue, May 31, 2016 at 2:34 PM, tien dh tiendh11986@gmail.com wrote:
Xin chào Serge, I'm from Vietnam and It's nice to see a greeting in Vietnamese :)
This is because I spend 4 years in Hanoi, so I can speak a little bit Vietnamese :-) If you are located in Ha Noi, normally I will be there in July and we can try some pair-programming on Roassal and Pharo.
Thanks for your quick reply. I'm using version 5.1 on Mac OS. Yep, I've imported a model, and I open script windows via "All model classes" > Browse > In Roassal Easel.
When I copy your new code to the script windows and click the Play
button,
it shows the an error: MessageNotUnderstood: GLMRoassal2Easel>>correctFrom:to:with:
Please check this link for the screenshot:
http://s33.postimg.org/db7ki51mn/Screen_Shot_2016_05_31_at_2_28_56_PM.png
I'm not sure the code I give you, will work on 5.1. I use it on 6.0. In order to run my code, open a playground in MOOSE 6.0, select all code and CTRL-D to do it.
Tell me if it still does not work for you.
Regards,
Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/ _______________________________________________ Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
On Tue, May 31, 2016 at 3:18 PM, tien dh tiendh11986@gmail.com wrote:
Hello Serge,
It works fine for me now with Moose 6.0. Thank you very much.
Great if it works for you now. Please ask again if you have any problems. You migh register to the Pharo MOOC if you want to learn how to program in Pharo: https://www.fun-mooc.fr/courses/inria/41010/session01/about?platform=hootsui...
P/S: Oh, I worked in Hanoi 2 years ago, but now I'm in Brussels. I'm going back this September and If you're still there at that time, we can go for a coffee and fun programming.
I'm living in Paris actually, not that far from Brussels. If there is nothing secret, can you explain why you are using Roassal and MOOSE ?
Regards,