Re: Extend component mxml

2024-05-06 Thread Yishay Weiss
content.contentScopeFilter.addElement(c,dispatchEvent); content.contentScopeFilter.dispatchEvent(new Event("layoutNeeded")); Why are you referencing content.contentScopeFilter instead of this.contentScopeFilter ? From: Maria Jose E

Extend component mxml

2024-05-06 Thread Maria Jose Esteve
Hello, let's see if anyone can give me “some clue” about my problem: I have made many “base components” “.as” that I have then extended in several mxml with success; Now I wanted to extend an mxml and I am having problems "add components" because when "override addElement" is executed, in the ex