Hi Alex,
I need some new features in sqMondrian: - to fix a width for MOLabelShape (method width: ) - preserve the height of a MORectangleShape when a MOLabelShape is inserted in it - have the property text: working in MORectangleShape - edges in top of the figure - fix edges :
this code doesn't work fine: ---- | view | view := MOViewRenderer new. view interaction popupText: [:e | e asString]. view nodes: (1 to: 2) forEach: [:each | view interaction popupText: [:e | e asString]. view nodes: (1 to: 5). view gridLayout]. view edges: view domain from: [:ea | ea] to: [:ea | ea+1] fromGlobal: false toGlobal: false. view open ----
Cheers --- Jannik Laval PhD Student - Software Quality - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr ---