thank you so much for this
You need to explicitly say which objects you wish to consider.
view := RTMondrian new.
view nodes: (1 to: 2) forEach: [ :each |
view node: each * 10 ].
view shape line color: Color red.
view edges
objects: { 10 . 20 };
source: {10->20} connectFrom: #key to: #value.
view
> On Oct 30, 2016, at 9:19 PM, Tudor Girba <tudor@tudorgirba.com> wrote:
>
> Hi,
>
> I am playing a bit with RTMondrian and I cannot seem to be able to connect nested nodes. I am trying this:
>
> view := RTMondrian new.
> view nodes: (1 to: 2) forEach: [ :each |
> view node: each * 10 ].
> view edges source: {10->20} connectFrom: #key to: #value.
> view
>
> Given the advanced time, it might well be that I am missing something obvious. Or is it a regression?
>
> Cheers,
> Doru
>
>
> --
> www.tudorgirba.com
> www.feenk.com
>
> "We are all great at making mistakes."
>
>
>
>
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> Moose-dev@list.inf.unibe.ch
> https://www.list.inf.unibe.ch/listinfo/moose-dev
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________
Moose-dev mailing list
Moose-dev@list.inf.unibe.ch
https://www.list.inf.unibe.ch/listinfo/moose-dev