Mondrian display issue

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

Mondrian display issue

Laval Jannik-2
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
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Mondrian display issue

Tudor Girba
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
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"Don't give to get. Just give."






_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Mondrian display issue

jannik laval
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
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> www.tudorgirba.com
>
> "Don't give to get. Just give."
>
>
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

---
Jannik Laval


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Mondrian display issue

Tudor Girba
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
>>> [hidden email]
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>> --
>> www.tudorgirba.com
>>
>> "Don't give to get. Just give."
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> ---
> Jannik Laval
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> 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."





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Mondrian display issue

Alexandre Bergel
In reply to this post by Laval Jannik-2
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
> [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
Reply | Threaded
Open this post in threaded view
|

Re: Mondrian display issue

Tudor Girba
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
>> [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

--
www.tudorgirba.com

"Be rather willing to give than demanding to get."



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Mondrian display issue

jannik laval
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
>>> [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
>
> --
> www.tudorgirba.com
>
> "Be rather willing to give than demanding to get."
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

---
Jannik Laval

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Mondrian display issue

Alexandre Bergel
In reply to this post by Tudor Girba
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
>>> [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
>
> --
> www.tudorgirba.com
>
> "Be rather willing to give than demanding to get."
>
>
>
> _______________________________________________
> 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
Reply | Threaded
Open this post in threaded view
|

Re: Mondrian display issue

Tudor Girba
In reply to this post by 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
>>>> [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
>>
>> --
>> www.tudorgirba.com
>>
>> "Be rather willing to give than demanding to get."
>>
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> ---
> Jannik Laval
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> 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
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Mondrian display issue

Alexandre Bergel
> 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
>>>>> [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
>>>
>>> --
>>> www.tudorgirba.com
>>>
>>> "Be rather willing to give than demanding to get."
>>>
>>>
>>>
>>> _______________________________________________
>>> Moose-dev mailing list
>>> [hidden email]
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>> ---
>> Jannik Laval
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> 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
> [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