MooseDemoReport

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

MooseDemoReport

cdelaunay
Hello,
I implemented a tool that enable to make a kind of demo of Moose: you launch it on a mooseModel, then select some moose-tools you want to apply on this model, and all those tools are then group in a report.
Concretly, it's an Arki report configurable with a Wizard.
This MooseDemoReport is available at: www.squeaksource.com/MooseDemoReport.
To test it, have a look at: MooseDemoWizard class >> on:
If you want to use it, feel free to implement your own 'Concerns' in the MooseDemoReport package and save it in the squeaksource repository, so that everyone can then use them.

 

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

Re: MooseDemoReport

Tudor Girba
Hi Cyrille,

I already took a look, and it looks pretty nice. However, the problem  
is that if I want more than a couple of concerns, I cannot see the  
items anymore.

I would suggest building a different interface in which the index is  
to the right and then I can add things in there and get the editor  
only when I select each concern.

Cheers,
Doru


On 24 Jun 2010, at 11:09, Cyrille Delaunay wrote:

> Hello,
> I implemented a tool that enable to make a kind of demo of Moose:  
> you launch it on a mooseModel, then select some moose-tools you want  
> to apply on this model, and all those tools are then group in a  
> report.
> Concretly, it's an Arki report configurable with a Wizard.
> This MooseDemoReport is available at: www.squeaksource.com/MooseDemoReport
> .
> To test it, have a look at: MooseDemoWizard class >> on:
> If you want to use it, feel free to implement your own 'Concerns' in  
> the MooseDemoReport package and save it in the squeaksource  
> repository, so that everyone can then use them.
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"From an abstract enough point of view, any two things are similar."



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

Re: MooseDemoReport

Stéphane Ducasse
In reply to this post by cdelaunay
please show me when I will be in your office later :)

On Jun 24, 2010, at 11:09 AM, Cyrille Delaunay wrote:

> Hello,
> I implemented a tool that enable to make a kind of demo of Moose: you launch it on a mooseModel, then select some moose-tools you want to apply on this model, and all those tools are then group in a report.
> Concretly, it's an Arki report configurable with a Wizard.
> This MooseDemoReport is available at: www.squeaksource.com/MooseDemoReport.
> To test it, have a look at: MooseDemoWizard class >> on:
> If you want to use it, feel free to implement your own 'Concerns' in the MooseDemoReport package and save it in the squeaksource repository, so that everyone can then use them.
>
>  
> _______________________________________________
> 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
Reply | Threaded
Open this post in threaded view
|

Re: MooseDemoReport

cdelaunay
I see what is the problem. So a solution would be to add, in the wizard, each concern in a list. Then when we click on one concern from this list, we have at the right, for example, a place to specify parameters (that is updated each time we click on a different concern). With that, the size of the wizard pane will be nearly fix (and will not grow at each addition, that was the problem ?)

2010/6/24 Stéphane Ducasse <[hidden email]>
please show me when I will be in your office later :)

On Jun 24, 2010, at 11:09 AM, Cyrille Delaunay wrote:

> Hello,
> I implemented a tool that enable to make a kind of demo of Moose: you launch it on a mooseModel, then select some moose-tools you want to apply on this model, and all those tools are then group in a report.
> Concretly, it's an Arki report configurable with a Wizard.
> This MooseDemoReport is available at: www.squeaksource.com/MooseDemoReport.
> To test it, have a look at: MooseDemoWizard class >> on:
> If you want to use it, feel free to implement your own 'Concerns' in the MooseDemoReport package and save it in the squeaksource repository, so that everyone can then use them.
>
>
> _______________________________________________
> 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


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

Re: MooseDemoReport

cdelaunay
A new version is now available.
=> the wizard is No longer growing each time you add a Concern.
=> now The report specified in the wizard is saved as a method in a MooseReports class.
=> Now you first have to choose if you want to open an existing report (saved in MooseReport) or if you want to create a new one.



2010/6/24 Cyrille Delaunay <[hidden email]>
I see what is the problem. So a solution would be to add, in the wizard, each concern in a list. Then when we click on one concern from this list, we have at the right, for example, a place to specify parameters (that is updated each time we click on a different concern). With that, the size of the wizard pane will be nearly fix (and will not grow at each addition, that was the problem ?)

2010/6/24 Stéphane Ducasse <[hidden email]>

please show me when I will be in your office later :)

On Jun 24, 2010, at 11:09 AM, Cyrille Delaunay wrote:

> Hello,
> I implemented a tool that enable to make a kind of demo of Moose: you launch it on a mooseModel, then select some moose-tools you want to apply on this model, and all those tools are then group in a report.
> Concretly, it's an Arki report configurable with a Wizard.
> This MooseDemoReport is available at: www.squeaksource.com/MooseDemoReport.
> To test it, have a look at: MooseDemoWizard class >> on:
> If you want to use it, feel free to implement your own 'Concerns' in the MooseDemoReport package and save it in the squeaksource repository, so that everyone can then use them.
>
>
> _______________________________________________
> 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



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