I know. I just wanted to say that probably the problem is somehow related to the border
:)
Cheers,
Doru
On 8 Sep 2010, at 23:38, Laval Jannik wrote:
Thank you Doru,
Now, my problem is inside DSM... So I cannot remove border :)
I will use an old version, waiting a fix.
Cheers,
Jannik
On Sep 8, 2010, at 21:48 , Tudor Girba wrote:
I noticed this problem, too, but only when you
have a border. For example, try this one:
(view shape: (MOFixedRectangleShape new
width: 180;
height: 180;
text: [:entity | entity asString];
withoutBorder;
borderColor: Color gray)).
view nodes: #(blah blaf blag)
Cheers,
Doru
On 8 Sep 2010, at 15:45, Laval Jannik wrote:
Hi Alex,
I have a problem with Mondrian (last version).
Text are cut when displayed. I see only the top of the text.
You can reproduce it with:
=====
(view shape: (MOFixedRectangleShape new
width: 180;
height: 180;
text: [:entity | entity asString];
withBorder;
borderColor: Color gray)).
view nodes: #(blah blaf blag)
======
Cheers,
---
Jannik Laval
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
www.tudorgirba.com
"Don't give to get. Just give."
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
---
Jannik Laval
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
"Problem solving should be focused on describing
the problem in a way that makes the solution obvious."