--- In flexcoders@yahoogroups.com, "valdhor" <valdhorli...@...> wrote:
>
> Possibly...
> 
>   override public function invalidateDisplayList():void
> {
>      super.invalidateDisplayList();
>      _title = propertyObject.title + ' Properties';
>   }
> 

I think what's going on is that they put the logic for changing the display of 
the title text in commitProperties instead of updateDisplayList.  Since my code 
was where it belonged in the commitProperties override--after their code, it 
didn't work.  I just moved the logic into the setter, but I think I could have 
put it above their logic in commitProperties as well...

Reply via email to