> On 31 Jan 2016, at 12:43, Denis Kudriashov <dionisi...@gmail.com> wrote:
> 
> Hi.
> 
> Wait, I do not like this... remember *anything* can be a Morph, not just a 
> widget (points, "atoms bouncing", etc.). 
> 
> Could you explain it? Because you can't add point to morph for example.

A morph can be a point. 
If you define: 

Morph new 
        color: Color yellow;
        extent: 1@1;
        position: 10@10;
        openInWorld.

you will have a “point” in the world. Now imagine 10k of those (to run 
simulations or whatever).
That’s what I mean :)

> 
> 2016-01-31 12:21 GMT+01:00 Esteban Lorenzano <esteba...@gmail.com 
> <mailto:esteba...@gmail.com>>:
> no, I don’t :)
> I commented there.
> 
>> On 30 Jan 2016, at 21:22, Aliaksei Syrel <alex.sy...@gmail.com 
>> <mailto:alex.sy...@gmail.com>> wrote:
>> 
>> Hello
>> 
>> Do you agree?
>> https://pharo.fogbugz.com/f/cases/17502/Morph-layoutProperties-must-not-be-nil-by-default
>>  
>> <https://pharo.fogbugz.com/f/cases/17502/Morph-layoutProperties-must-not-be-nil-by-default>
>> 
>> Cheers,
>> Alex
> 
> 

Reply via email to