Hi all,
quick question: how do I set the vertical separation between nodes in a RTTreeLayout? I have tried verticalGap: and topGap: but it does not make a difference. length: is undefined.
Thanks in advance,
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry PLEIAD lab - Computer Science Department (DCC) - University of Chile
Hi Johan,
I am not sure to understand: verticalGap: and horizontalGap: seems to do the thing no?
Cheers, Alexandre
On Jun 7, 2014, at 6:10 PM, Johan Fabry jfabry@dcc.uchile.cl wrote:
Hi all,
quick question: how do I set the vertical separation between nodes in a RTTreeLayout? I have tried verticalGap: and topGap: but it does not make a difference. length: is undefined.
Thanks in advance,
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry PLEIAD lab - Computer Science Department (DCC) - University of Chile
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Thanks for the example. I found my problem, it’s solved now. This leaves me with the question: why does
RTTreeLayout new verticalGap: 50; on: mashapes edges: edges.
not produce the same result as
RTTreeLayout new on: mashapes edges: edges; verticalGap: 50.
? I of course had the second case, so nothing happened. :-(
On Jun 8, 2014, at 11:43 AM, Alexandre Bergel alexandre.bergel@me.com wrote:
Hi Johan,
I am not sure to understand: verticalGap: and horizontalGap: seems to do the thing no?
Cheers, Alexandre
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry PLEIAD lab - Computer Science Department (DCC) - University of Chile