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