Dear All,
i am using heavily Mondrian (ROMondrianViewBuilder) from Roassal1 in my Tool/Project. Today i tried to migrate my work to Roassal2 and found out, that the Interface of RTMondrianViewBuilder has changed a lot.
Is there a list what has changed/what was removed/what are the alternatives/...?
Some examples
view := ROMondrianViewBuilder *titled*: 'asdasd'.
view shape rectangle *withText*: #shortName; *textVerticalPadding*: -10; *fontSize*: 6.
view *addMenu*: 'Zoom in' callBack: [ :stack | … ].
Anther question:
How can i change the line thickness of a Mondrian Node? I find the default size is to thick.
BW,
Volkert