Did you try something like
myMorph center: myParent center
?
Ben
On 11 Jan 2014, at 17:11, Hilaire Fernandes wrote:
> Tips: to discover which message fit your need, you can experiment from
> the menu you got from the halo of your morph.
>
> Hilaire
>
> Le 07/01/2014 19:16, Sean P. DeNigris
Tips: to discover which message fit your need, you can experiment from
the menu you got from the halo of your morph.
Hilaire
Le 07/01/2014 19:16, Sean P. DeNigris a écrit :
> labelMorph := Morph new.
>
> "labelCenteringMorph := Morph new
> beTransparent;
> hResizing: #spaceFill
wrapCentering: #center;
instead of
cellPositioning:#center;
I don't understand anything of this Morphic Layout stuff.
This is just what have seen in MenuMorph code
Nicolai
2014/1/7 Sean P. DeNigris
> labelMorph := Morph new.
>
> "labelCenteringMorph := Morph new
> beTransparent;
>