Pretty sure AdvancedDataGrid supports assignable custom itemrenderers based on 
UIComponent.  Might be a bit more work for Menu/MenuBar as the current 
renderers are not UIComponents.

HTH,
-Alex

On 6/10/20, 1:50 AM, "Greg Dove" <[email protected]> wrote:

    Hi - probably another question for Alex, unless Yishay you have something
    similar you have faced here:
    
    For mx.controls.Menu :
     specifically for :
    set itemRenderer
    AFAICS I don't think this is hooked up to take precedence over the default
    css IItemRendererFactory for the class, which is picked up in addedToParent.
    
    Do we have other examples I should look at to mirror that, or (based on a
    quick check in the Menu code) should I just do a one-time check in
    Menu.addedToParent to see if it itemRenderer has already been set and avoid
    the load from valuesManager in there, instead adding the explicit
    assignment as a bead?
    
    thanks,
    Greg
    

Reply via email to