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 [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
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 <[hidden email]> 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 > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] 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 <[hidden email]> wrote: Hi Usman, _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |