Am 19.01.2011 um 21:01 schrieb Tudor Girba:
Strange. I just did the followings and it worked just fine:
1. downloaded 12303: https://pharo-ic.lille.inria.fr/hudson/view/Pharo/job/Pharo%201.2/67/artifac...
2. filed in the attached CS
3. executed
| 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; scrollTarget: m. scroll openInWindow.
Cheers, Doru
<GeneralScrollPaneLayout.2.cs>
Hi Doru, I repeated your steps from above. When I execute the code in a Workspace a little dialog will open. It has a horizontal scroll bar that I can use. As soon as I move the splitter I will get the aforementioned DNU. I am on Mac OS 10.6.6. Regards, Andreas
On 19 Jan 2011, at 20:10, Andreas Wacknitz wrote:
Am 19.01.11 09:54, schrieb Tudor Girba:
That is strange. Are you using Pharo 1.2? Yes (pharo-dev at 12303).
Andreas
Cheers, Doru
On 18 Jan 2011, at 21:33, Andreas Wacknitz wrote:
Am 18.01.2011 um 20:58 schrieb Tudor Girba:
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
Ah, thank you. I have found two messages with changesets from January 11th, 2011. After I filein the second changeset alas I will get a DNU Morph>>doFastWindowReframe: when I move the splitter...
Regards, Andreas
-- www.tudorgirba.com
"To lead is not to demand things, it is to make them happen."
-- www.tudorgirba.com
"In a world where everything is moving ever faster, one might have better chances to win by moving slower."