On Fri, Mar 14, 2003 at 12:10:39PM +0000, John Levon wrote: > > The good approach seems to be the two step one suggested by André: get > > children's size and draw must be done in two different steps.
[This is not my idea, but rather the way mathed worked since Alejandro's time. I just came to the conclusion that this is a decent way to handle that kind of problem.] > Yes... we're already supposed to half-do it with setHeightOfRow() but it > doesn't properly deal with updates in childlren etc. afaics All of these problems magically vanish if we switch over to a 'full redraw' policy. We are currently doing in a lot of cases full redraws or redraws of a significant part of the screen anyway, but waste a lot of time and code for the recognition of such situation. Premature optimiziation... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)