Yes, you missed a changeset Gary sent in the aligning morphs thread (he actually sent two, and you should pick the second one). Cheers, Doru On 18 Jan 2011, at 20:50, Andreas Wacknitz wrote:
Hi,
Am 18.01.11 12:27, schrieb Gary Chambers:
| m leftMorph scroll | m := PanelMorph new. m hResizing: #shrinkWrap; vResizing: #spaceFill; changeTableLayout; listDirection: #leftToRight. m addMorphBack: (leftMorph := Morph new color: Color red; minimumExtent: 150@10; extent: 150@10; hResizing: #rigid; "shown for clarity, is the default" vResizing: #spaceFill). m addMorphBack: (EdgeGripMorph new width: ProportionalSplitterMorph splitterWidth; hResizing: #rigid; "not the default this time, vResizing is also #spaceFill by default" target: leftMorph). m addMorphBack: (Morph new color: Color green; minWidth: 100; hResizing: #shrinkWrap; vResizing: #spaceFill).
scroll := GeneralScrollPane new changeScrollerTableLayout; In my Pharo-1.1 and 1.2 images GeneralScrollPane>>changeScrollerTableLayout is not available. Did I miss something?
Regards, Andreas
-- www.tudorgirba.com "Every thing should have the right to be different."