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
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@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Don't give to get. Just give."
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@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@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--- Jannik Laval
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@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@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Jannik Laval
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Problem solving should be focused on describing the problem in a way that makes the solution obvious."
It should be fixed now.
Cheers, Alexandre
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@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi Alex,
Great!
The speedup is not merged in 570.
Cheers, Doru
On 13 Sep 2010, at 11:26, Alexandre Bergel wrote:
It should be fixed now.
Cheers, Alexandre
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@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
-- www.tudorgirba.com
"Be rather willing to give than demanding to get."
Thank you Alex, it is really cool. I merged the speedup in my image, and it works fast.
We are ready for 4.1, no ?
Cheers, Jannik
On Sep 13, 2010, at 10:31 , Tudor Girba wrote:
Hi Alex,
Great!
The speedup is not merged in 570.
Cheers, Doru
On 13 Sep 2010, at 11:26, Alexandre Bergel wrote:
It should be fixed now.
Cheers, Alexandre
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@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
-- www.tudorgirba.com
"Be rather willing to give than demanding to get."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--- Jannik Laval
Yes, we are.
Doru
On 13 Sep 2010, at 12:16, Laval Jannik wrote:
Thank you Alex, it is really cool. I merged the speedup in my image, and it works fast.
We are ready for 4.1, no ?
Cheers, Jannik
On Sep 13, 2010, at 10:31 , Tudor Girba wrote:
Hi Alex,
Great!
The speedup is not merged in 570.
Cheers, Doru
On 13 Sep 2010, at 11:26, Alexandre Bergel wrote:
It should be fixed now.
Cheers, Alexandre
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@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
-- www.tudorgirba.com
"Be rather willing to give than demanding to get."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Jannik Laval
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"There are no old things, there are only old ways of looking at them."
Yes, we are.
Cool!
Alexandre
On 13 Sep 2010, at 12:16, Laval Jannik wrote:
Thank you Alex, it is really cool. I merged the speedup in my image, and it works fast.
We are ready for 4.1, no ?
Cheers, Jannik
On Sep 13, 2010, at 10:31 , Tudor Girba wrote:
Hi Alex,
Great!
The speedup is not merged in 570.
Cheers, Doru
On 13 Sep 2010, at 11:26, Alexandre Bergel wrote:
It should be fixed now.
Cheers, Alexandre
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@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
-- www.tudorgirba.com
"Be rather willing to give than demanding to get."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Jannik Laval
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"There are no old things, there are only old ways of looking at them."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Now in 571
Alexandre
On 13 Sep 2010, at 10:31, Tudor Girba wrote:
Hi Alex,
Great!
The speedup is not merged in 570.
Cheers, Doru
On 13 Sep 2010, at 11:26, Alexandre Bergel wrote:
It should be fixed now.
Cheers, Alexandre
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@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
-- www.tudorgirba.com
"Be rather willing to give than demanding to get."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev