Hi Usman,
Sorry for taking time to reply. Version 1.181 fixes the problem. Thanks for spotting it.
Cheers, Alexandre
On Oct 22, 2012, at 7:11 AM, Usman Bhatti usman.bhatti@gmail.com wrote:
classesToDraw := Collection withAllSubclasses. view := ROMondrianViewBuilder new. view interaction popupText: [:entity | entity name ]. view shape rectangle borderWidth: 1; borderColor: Color blue. view nodes: classesToDraw. view gridLayout. view open
Result: Error (Red rectangle)
classesToDraw := Collection withAllSubclasses. view := ROMondrianViewBuilder new. view interaction popupText: [:entity | entity name ]. view shape rectangle "borderWidth: 1; " borderColor: Color blue. view nodes: classesToDraw. view gridLayout. view open
works fine.
Can you please check? _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev