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?
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
Hi Alex,
I tested in the latest moose and the problem is resolved.
Thanx a lot, Usman
On Tue, Oct 23, 2012 at 2:02 PM, Alexandre Bergel alexandre.bergel@me.comwrote:
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
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev