--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Are you expecting to see the new item because the HList isn't full of > items yet, or are you expecting it to expand to show it. It might not > grow to show w/o calling invalidateSize()
The HList has no explicit size, so I am expecting it to grow. I tried this suggestion, and also invalidateProperties(), but the logic still didn't run for the newly added loop. I can look at the dataProvider in the variables window for allSolutions, and it has all of the items in it. It just seems something gets "stuck" on the original dataProvider and it doesn't even _try_ to add the last itemRenderer. Thanks; Amy

