[Pharo-dev] Seeking help on morphs : expander and scrolls

2015-07-17 Thread Jigyasa Grover
Hi I am using Expander Morphs to display some search results. I am finding it hard to insert a scroll bar in text displayed after expanding the title of the search result. The corresponding code snippet is as: *dialog newRow: {* *(* * (* * dialog newExpander: r title asString* * forAll: { dia

Re: [Pharo-dev] Seeking help on morphs : expander and scrolls

2015-07-17 Thread Nicolai Hess
what about "newTextEditorFor:" *dialog newRow: {* *(* * (* * dialog newExpander: r title asString* * forAll: { dialog newTextEditorFor: yourTextModel getText:#getTextSelector setText:#setTextSelector. }* * )minWidth:600; minHeight: 10* *)cellInset: 0;* * borderStyle: (BorderStyle inset ba