GLMBrowser with Roassal? How to use it?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

GLMBrowser with Roassal? How to use it?

Juraj Kubelka-5
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: GLMBrowser with Roassal? How to use it?

Tudor Girba-2
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 <[hidden email]> 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
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"Every successful trip needs a suitable vehicle."





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: GLMBrowser with Roassal? How to use it?

Juraj Kubelka-5
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: GLMBrowser with Roassal? How to use it?

Tudor Girba-2
I already checked it. It is a reasonable temporary solution.

Good work.

Cheers,
Doru


On May 30, 2013, at 7:40 PM, Juraj Kubelka <[hidden email]> 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 <[hidden email]>
> 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 <[hidden email]> 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
> > [hidden email]
> > https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> www.tudorgirba.com
>
> "Every successful trip needs a suitable vehicle."
>
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> 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."





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev