Handling big morphs

Karl Ramberg karl.ramberg at chello.se
Fri Jun 29 11:13:17 UTC 2001



Ross Boylan wrote:
> 
> I have some items to display that will take up too much real estate.  What
> are the standard ways to handle this?
> 
> I'm thinking of solutions like
> * window or morph with scrollbars
> * no scrollbars, but item relocates as you move the mouse (maybe it moves
> the point where the mouse is to the center?).
> 
> Then there are more application specific tricks I might do, like having
> parts popup with greater detail under some conditions, and then be
> swallowed when I move focus away.
> 
> But I'm really only looking for appropriate class and usage pattern for the
> vanilla patterns.  Also, if anyone has any wisdom about good metaphors, I'd
> love to hear it.

Look at TwoWayScrollPane 

Karl





More information about the Squeak-dev mailing list