Hi,

> In my version of the test case, after you hit "grouped data" and "expand
> all", if you were to pause the app and examine the renderers in question
> in the debugger, they all have their invalidateDisplayListFlag set to
> true.

Not 100% sure that is the issue in UI Text Field notice the callLater to 
validateNow

        if (!invalidateDisplayListFlag)
        {
            invalidateDisplayListFlag = true;
            if ("callLater" in parent)
                Object(parent).callLater(validateNow);
        }

In validateNow it sets it back to false (last line) and validateNow is  being 
called when setStyle is on the ADG is being called.

Thanks,
Justin

Reply via email to