Hi!
At ESUG I have seen a prototype of the System browser in GT.
What is the status of it?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
I already migrated these two.
Doru
--
www.tudorgirba.com
"Every thing has its own flow."
> On 26.09.2014, at 16:25, Alexandre Bergel <alexandre.bergel(a)me.com> wrote:
>
> This is something I will be happy to work on.
> Maybe you can just use RTHorizontalTreeLayout for now?
> I can work on migrating the layouts. I can easily to that.
>
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>> On Sep 26, 2014, at 7:31 AM, Tudor Girba <tudor(a)tudorgirba.com> wrote:
>>
>> Thanks.
>>
>> I reviewed viewAllNamedParsers:
>>
>> You replaced
>> horizontalDominanceTreeLayout with treeLayout. However, we do need horizontalDominanceTreeLayout in this case. A better approach would be to port RODominanceTreeLayout and ROHorizontalDominanceTreeLayout to Roassal2. Could you look into this?
>>
>> Also, why did you change the text presentation to the default one from rubricText?
>>
>> Doru
>>
>>> On Fri, Sep 26, 2014 at 12:01 PM, Anne Etien <anne.etien(a)univ-lille1.fr> wrote:
>>> Hi,
>>>
>>> We just committed PPParser>>#viewAllNamedParsers
>>> and are currently working on PPParser>>#visualizeStructureInGraph
>>>
>>> Gustavo and Anne
>>>> Le 26 sept. 2014 à 11:34, Tudor Girba <tudor(a)tudorgirba.com> a écrit :
>>>>
>>>> Hi,
>>>>
>>>> Please send to the mailing list all progress about the migration from Roassal1 to Roassal2.
>>>>
>>>> Doru
>>>>
>>>> --
>>>> www.tudorgirba.com
>>>>
>>>> "Every thing has its own flow"
>>>> _______________________________________________
>>>> Moose-dev mailing list
>>>> Moose-dev(a)iam.unibe.ch
>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>
>>>
>>> _______________________________________________
>>> Moose-dev mailing list
>>> Moose-dev(a)iam.unibe.ch
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>
>>
>>
>>
>> --
>> www.tudorgirba.com
>>
>> "Every thing has its own flow"
>> _______________________________________________
>> Moose-dev mailing list
>> Moose-dev(a)iam.unibe.ch
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> _______________________________________________
> Moose-dev mailing list
> Moose-dev(a)iam.unibe.ch
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi,
Please send to the mailing list all progress about the migration from
Roassal1 to Roassal2.
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi!
Imagine I am parsing JavaScript code, and I am computing some metrics at the same time I am parsing the JavaScript. How can I embed these metrics values in the .MSE file?
I remember the inFusion crew did this in iPlasma.
By the way, is there a JavaScript -> MSE somewhere? Nobody has worked on this?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
One of the visualization that saw porting is DistributionMap. However, now
it does not work at all because menuMorphBlock: is not defined in
RTInteractionBuilder. Thus, it seems to me that the visualization was not
tried in practice, only refactored in code.
This is not a good idea. When modifying such things, please make sure that
you know how to produce the visualization and test it.
If you encounter problems like the menuMorphBlock:, please bring it to the
mailing list to find a solution.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi,
Glamour provides bindings for different versions of Roassal through 2
different packages:
Roassal1- > Glamour-Roassal-Presentations
Roassal 2 -> Glamour-Roassal2-Presentations.
Please keep the two separate as there are some recent modifications in
Glamour-Roassal-Presentations that have introduced hooks for Roassal 2:
Name: Glamour-Roassal-Presentations-akevalion.25
Author: akevalion
Time: 25 September 2014, 4:52:29.535471 pm
UUID: cf4749c8-24a3-7644-92c1-5f79a5134c82
Ancestors: Glamour-Roassal-Presentations-AndreiChis.24
Migration Roassal1 to Roassal2
And this has broken backward compatibility because it means that we cannot
use Roassal1 with glamour anymore. If you wish to use Roassal 2, do so
directly by using the package explicitly defined for this task. It would be
good to revert these changes to avoid confusion.
tx,
usman
Hi, I need to use Charter Builder to build a chart in an external view. According to the builder chapter, any builder should override #renderIn:, and so it should be possible to do “builder renderIn: myView”. But RTCharterBuilder does not override this method. Can I build charts in my view in some other way?
Uko