No, it is not yet integrated.
but this should work with pharo 40501
Merge (from pharo4 inbox): ConfigurationOfAthens-NicolaiHess.52
ConfigurationOfAthens loadVersion:'2.9'

AthensWrapWorldMorph new openInWorld



2015-02-23 23:09 GMT+01:00 stepharo <stepharo@free.fr>:
I tried to load 2.9 from the athens repo into Latest update: #40501 and I got
incompatibleLayoutConflict....
because apparently I got some packages that were saved....

Well I got totally lost.


Le 23/2/15 23:06, stepharo a ��crit��:

Le 23/2/15 09:59, Nicolai Hess a ��crit��:
Load the new configuration of athens (2.9)

I could not find it in the ConfigurationBrowser or in the Pharo40 main repo.
I thought that it was integrated in Pharo (I used the latest version 40501)

Open an AthensWorld:
AthensWrapWorldMorph new openInWorld


Drag and drop some morphs on this athens world.
(Nautilus /Old Workspace should fully work/ GT Inspector and Playground not)



2015-02-23 9:51 GMT+01:00 stepharo <stepharo@free.fr>:
how can I play with that?

even if I should not.

Le 20/2/15 08:54, Marcus Denker a ��crit��:
Very nice! Works here (on Mac).

I will integrate as soon as the CI is up again���

Marcus

On 19 Feb 2015, at 12:44, Nicolai Hess <nicolaihess@web.de> wrote:

Most of this (without the test class (AthensTestDisplay)) is now ready for
integration.

A lot of changes for making Mophic and Text(Morphs) work on Athens
(For testing purpose there is also the AthensWrapWorldMorph included).

The Canvas wrapper (AthensCanvasWrapper) is not yet included and therefore
all Morphs that do not explicit have a proper drawOnAthensCanvas method arent't drawn (or just like rectangles).

Should work with any image >= 40490
Just load the latest ConfigurationOfAthens from pharo 40 inbox and
load
ConfigurationOfAthens loadVersion:'2.9'

If this is working (or not:) ) please leave a note on fogbugz:
"14954 load new configuration 2.9 (more morphic support)"


nicolai


2015-01-31 11:54 GMT+01:00 Alain Plantec <alain.plantec@yahoo.com>:


Yes the HandMorph is handled like any other Morph, it draws itself and
after that it draws all its submorphs. (And actually it does not use any caching, and it is still quite fast)

the same in Bloc, no caching and it works just fine :)

But yes, it needs a special drawOnAthens method.
��
Do you plane to make a package for it ?
I would like to integrate it in Bloc.

What would like to integrate?
In fact I do not see any change when in Bloc.
So I guess I will have to adapt Bloc to your changes.

I will upload the changes�� in Athens-Morphic package to
the Athens repository.

cool.

thanks

Alain