Hi,
Currently, there are some 63 relevant references to MOViewRenderer. These are the entry points to the visualizations that we need to review in order to move to Roassal. You can find the list here: http://ci.moosetechnology.org/job/moose-on-moose/lastCompletedBuild/testReport/(root)/OnMooseUsagesOfMOViewRenderer/_Usages_of_MOViewRenderer_/ Cheers, Doru -- www.tudorgirba.com Innovation comes in least expected form. That is, if it is expected, it already happened. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Interesting!
I've spent some times on getting DSM work with Roassal. I need to spend more time on this. How can I invoke GLMBrowser.viewTree() ? Cheers, Alexandre On May 18, 2012, at 4:10 PM, Tudor Girba wrote: > Hi, > > Currently, there are some 63 relevant references to MOViewRenderer. These are the entry points to the visualizations that we need to review in order to move to Roassal. > > You can find the list here: > http://ci.moosetechnology.org/job/moose-on-moose/lastCompletedBuild/testReport/(root)/OnMooseUsagesOfMOViewRenderer/_Usages_of_MOViewRenderer_/ > > Cheers, > Doru > > > -- > www.tudorgirba.com > > Innovation comes in least expected form. > That is, if it is expected, it already happened. > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
> I've spent some times on getting DSM work with Roassal. I need to spend more time on this.
I have committed some DSM packages. Several DSM examples now use Roassal. This is a good exercise that stress Roassal. Is the _Usages_of_MOViewRenderer_ list updated? That's cool. Cheers, Alexandre > > > On May 18, 2012, at 4:10 PM, Tudor Girba wrote: > >> Hi, >> >> Currently, there are some 63 relevant references to MOViewRenderer. These are the entry points to the visualizations that we need to review in order to move to Roassal. >> >> You can find the list here: >> http://ci.moosetechnology.org/job/moose-on-moose/lastCompletedBuild/testReport/(root)/OnMooseUsagesOfMOViewRenderer/_Usages_of_MOViewRenderer_/ >> >> Cheers, >> Doru >> >> >> -- >> www.tudorgirba.com >> >> Innovation comes in least expected form. >> That is, if it is expected, it already happened. >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi,
On 22 May 2012, at 07:09, Alexandre Bergel wrote: >> I've spent some times on getting DSM work with Roassal. I need to spend more time on this. > > I have committed some DSM packages. Several DSM examples now use Roassal. This is a good exercise that stress Roassal. Great. I took a look. It seems that the header row and column are movable, while they should not be. It also seems that opening the DSM on a group of packages breaks now. In any case, I think that the DSM should be rethought completely. > Is the _Usages_of_MOViewRenderer_ list updated? That's cool. I do not understand the question. This is a report that is generated automatically, like running tests or SmallLint. Cheers, Doru > Cheers, > Alexandre > > >> >> >> On May 18, 2012, at 4:10 PM, Tudor Girba wrote: >> >>> Hi, >>> >>> Currently, there are some 63 relevant references to MOViewRenderer. These are the entry points to the visualizations that we need to review in order to move to Roassal. >>> >>> You can find the list here: >>> http://ci.moosetechnology.org/job/moose-on-moose/lastCompletedBuild/testReport/(root)/OnMooseUsagesOfMOViewRenderer/_Usages_of_MOViewRenderer_/ >>> >>> Cheers, >>> Doru >>> >>> >>> -- >>> www.tudorgirba.com >>> >>> Innovation comes in least expected form. >>> That is, if it is expected, it already happened. >>> >>> >>> _______________________________________________ >>> Moose-dev mailing list >>> [hidden email] >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> -- >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >> Alexandre Bergel http://www.bergel.eu >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >> >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- www.tudorgirba.com "Being happy is a matter of choice." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by abergel
Hi,
On 22 May 2012, at 05:22, Alexandre Bergel wrote:
You just open it on any instance of a browser :). For example, browser := GLMBasicExamples new mondrianPainting. browser openOn: 42. browser viewTree The visualization should change when the browser changes. This is not achievable in Mondrian, so I also have an "browser openTree" that wraps it in Glamour to offer the automatic refresh. It would be cool to get this working directly with Roassal. The visualization uses FormsShape, which is still missing from Roassal. See the attachment for an example. Also, the blue line shows the current transmission links. It would be cool to highlight them when an actual transmission gets triggered. But, that is more of a bonus :). Cheers, Doru
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Tudor Girba-2
> Great. I took a look. It seems that the header row and column are movable, while they should not be.
They were also before I touch anything. > It also seems that opening the DSM on a group of packages breaks now. I haven't finished. I have to continue. > In any case, I think that the DSM should be rethought completely. +1 >> Is the _Usages_of_MOViewRenderer_ list updated? That's cool. > > I do not understand the question. This is a report that is generated automatically, like running tests or SmallLint. Automatically generated, ok. That's cool! Alexandre >> >> >>> >>> >>> On May 18, 2012, at 4:10 PM, Tudor Girba wrote: >>> >>>> Hi, >>>> >>>> Currently, there are some 63 relevant references to MOViewRenderer. These are the entry points to the visualizations that we need to review in order to move to Roassal. >>>> >>>> You can find the list here: >>>> http://ci.moosetechnology.org/job/moose-on-moose/lastCompletedBuild/testReport/(root)/OnMooseUsagesOfMOViewRenderer/_Usages_of_MOViewRenderer_/ >>>> >>>> Cheers, >>>> Doru >>>> >>>> >>>> -- >>>> www.tudorgirba.com >>>> >>>> Innovation comes in least expected form. >>>> That is, if it is expected, it already happened. >>>> >>>> >>>> _______________________________________________ >>>> Moose-dev mailing list >>>> [hidden email] >>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>> >>> -- >>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >>> Alexandre Bergel http://www.bergel.eu >>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >>> >>> >>> >>> _______________________________________________ >>> Moose-dev mailing list >>> [hidden email] >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> -- >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >> Alexandre Bergel http://www.bergel.eu >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >> >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > www.tudorgirba.com > > "Being happy is a matter of choice." > > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |