Re: [Pharo-users] Submorph centering

2014-01-11 Thread Benjamin
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

Re: [Pharo-users] Submorph centering

2014-01-11 Thread Hilaire Fernandes
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

Re: [Pharo-users] Submorph centering

2014-01-07 Thread Nicolai Hess
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; >