PluggableTextMorph

Ned Konz ned at bike-nomad.com
Sun Nov 10 16:37:59 UTC 2002


On Sunday 10 November 2002 01:15 am, Bergel Alexandre wrote:
> Hello,
>
> How can I set the scrollbar of a PluggableTextMorph at the end of
> its content ? I have tried to look at how it is made with the
> Transcript (when you perform a show:, text is append at the end,
> and the scrollbar behaves as I would like), but it seems pretty
> obscur...
>
> Any suggestion would be really appreciate...

Try looking at appendEntry.

You should be able to use these two:

selectInvisiblyFrom:to: (or selectFrom:to: or selectAll)
scrollSelectionIntoView

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list