Hi!
First, should I move methods #viewAnnouncements, #viewSketch, #viewTree of GLMBrowser intro Roassal?
Second, how can I use this tool and these methods? Can you give me an example?
Thank you, Jura
Hi Juraj,
Yes, these have to be ported as well. The viewAnnouncements and viewTree visualizations should look like those from: http://www.humane-assessment.com/stories/rogue-announcements
As you see, they are derived from a UML diagram, so it will be fun because they require some sort of a FormsBuilder in which you can add children :).
GLMBrowser is the superclass of all Glamour browsers, and you find them everywhere in the Moose image.
Here are some examples:
MooseFinder new openOn: MooseModel root; with: [ :finder | finder first explore ]. GLMExamplesBrowser new openOn: GLMBasicExamples; with: [ :browser | browser first explore ]
Cheers, Doru
On May 24, 2013, at 11:23 PM, Juraj Kubelka juraj.kubelka@gmail.com wrote:
Hi!
First, should I move methods #viewAnnouncements, #viewSketch, #viewTree of GLMBrowser intro Roassal?
Second, how can I use this tool and these methods? Can you give me an example?
Thank you, Jura _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every successful trip needs a suitable vehicle."
Hi Doru!
Thank you. I think I am done with that part. For now I wrote for UML diagrams method GLMBrowser>>umlClassWithTitle:view:nodes:forEachInstanceVariable:methods:
It is a temporal solution. When we find a good replacement for complex shapes, I will use it.
Cheers, Jura
2013/5/25 Tudor Girba tudor@tudorgirba.com
Hi Juraj,
Yes, these have to be ported as well. The viewAnnouncements and viewTree visualizations should look like those from: http://www.humane-assessment.com/stories/rogue-announcements
As you see, they are derived from a UML diagram, so it will be fun because they require some sort of a FormsBuilder in which you can add children :).
GLMBrowser is the superclass of all Glamour browsers, and you find them everywhere in the Moose image.
Here are some examples:
MooseFinder new openOn: MooseModel root; with: [ :finder | finder first explore ].
GLMExamplesBrowser new openOn: GLMBasicExamples; with: [ :browser | browser first explore ]
Cheers, Doru
On May 24, 2013, at 11:23 PM, Juraj Kubelka juraj.kubelka@gmail.com wrote:
Hi!
First, should I move methods #viewAnnouncements, #viewSketch, #viewTree
of GLMBrowser intro Roassal?
Second, how can I use this tool and these methods? Can you give me an
example?
Thank you, Jura _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every successful trip needs a suitable vehicle."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
I already checked it. It is a reasonable temporary solution.
Good work.
Cheers, Doru
On May 30, 2013, at 7:40 PM, Juraj Kubelka juraj.kubelka@gmail.com wrote:
Hi Doru!
Thank you. I think I am done with that part. For now I wrote for UML diagrams method GLMBrowser>>umlClassWithTitle:view:nodes:forEachInstanceVariable:methods:
It is a temporal solution. When we find a good replacement for complex shapes, I will use it.
Cheers, Jura
2013/5/25 Tudor Girba tudor@tudorgirba.com Hi Juraj,
Yes, these have to be ported as well. The viewAnnouncements and viewTree visualizations should look like those from: http://www.humane-assessment.com/stories/rogue-announcements
As you see, they are derived from a UML diagram, so it will be fun because they require some sort of a FormsBuilder in which you can add children :).
GLMBrowser is the superclass of all Glamour browsers, and you find them everywhere in the Moose image.
Here are some examples:
MooseFinder new openOn: MooseModel root; with: [ :finder | finder first explore ].
GLMExamplesBrowser new openOn: GLMBasicExamples; with: [ :browser | browser first explore ]
Cheers, Doru
On May 24, 2013, at 11:23 PM, Juraj Kubelka juraj.kubelka@gmail.com wrote:
Hi!
First, should I move methods #viewAnnouncements, #viewSketch, #viewTree of GLMBrowser intro Roassal?
Second, how can I use this tool and these methods? Can you give me an example?
Thank you, Jura _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every successful trip needs a suitable vehicle."
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
"Problem solving should be focused on describing the problem in a way that makes the solution obvious."