[COTDC] 77 - LazyMorphTreeMorph

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[COTDC] 77 - LazyMorphTreeMorph

laurent laffont
Today:  LazyMorphTreeMorph


Comment Of The Day Contest - One Day One Comment
Rules: 
#1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s).
#2: If you cannot comment it, deprecate it.
Laurent
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-users] [COTDC] 77 - LazyMorphTreeMorph

Tudor Girba-2
I am a MorphTreeMorph, but I only render the rows lazily as they appear on screen.

Caveat: There is no rendering in the background. This means that if a row takes too long to render, you can experience a shorter or longer freeze when scrolling.

Doru

On 23 Jun 2011, at 20:46, laurent laffont wrote:

> Today:  LazyMorphTreeMorph
>
>
> Comment Of The Day Contest - One Day One Comment
> Rules:
> #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s).
> #2: If you cannot comment it, deprecate it.
> Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest
>
> Laurent

--
www.tudorgirba.com

"What we can governs what we wish."




Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-users] [COTDC] 77 - LazyMorphTreeMorph

laurent laffont
Thanks Doru !

Laurent.

On Thu, Jun 23, 2011 at 8:54 PM, Tudor Girba <[hidden email]> wrote:
I am a MorphTreeMorph, but I only render the rows lazily as they appear on screen.

Caveat: There is no rendering in the background. This means that if a row takes too long to render, you can experience a shorter or longer freeze when scrolling.

Doru

On 23 Jun 2011, at 20:46, laurent laffont wrote:

> Today:  LazyMorphTreeMorph
>
>
> Comment Of The Day Contest - One Day One Comment
> Rules:
> #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s).
> #2: If you cannot comment it, deprecate it.
> Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest
>
> Laurent

--
www.tudorgirba.com

"What we can governs what we wish."