thats understanable and reasonable. I am impressed with how well it emulates Morphic so far.

On Tue, Apr 7, 2015 at 5:50 PM, Alain Plantec via Pharo-dev <pharo-dev@lists.pharo.org> wrote:


---------- Forwarded message ----------
From:��Alain Plantec <alain.plantec@yahoo.com>
To:��Pharo Development List <pharo-dev@lists.pharo.org>
Cc:��
Date:��Tue, 7 Apr 2015 16:49:38 +0200
Subject:��Re: [Pharo-dev] Contributing to Bloc
Hello,

in fact you are running morphic widget inside bloc. The compatibility is not 100%.��
I guess here the problem is related to the global coordinate system of Morphic.
We will try to fix it.
Thanks for reporting.
Cheers
Alain


On 06 Apr 2015, at 13:56, kilon alios <kilon.alios@gmail.com> wrote:

another weird problem i just found is that right side down arrow menu when clicked it opens in random location instead of bellow its icon. I tried it with System Browser.

By the way i am talking about already available Pharo tools and not bloc examples.

On Mon, Apr 6, 2015 at 2:03 PM, Nicolai Hess <nicolaihess@web.de> wrote:
2015-04-06 10:22 GMT+02:00 kilon alios <kilon.alios@gmail.com>:
Hey guys, these last days I have taken a look at Bloc and really like its design. So I was wondering how I can be of assistance. I am not an experienced pharo jedi like you guys but I think I could do my small part to help make Bloc into a replacement for Morphic.

From what I see Bloc some issues rendering Morphs , for example tabs (window groups) and some glitches here and there.


I don't know a tabs example that is build with bloc.
The current bloc world renders a classic Morph on an AthensCanvas if they define a
#drawOnAthensCanvas: method.
If this is missing or not correctly working, we should change the
implementation in the Athens project (Athens-Morphic).


��

So how am I proceed ? How I can help ?