In the FlexJS SDK, the source path for each project is usually src/main/flex instead of simply src. It looks like you accidentally have it set to src, so main.flex is incorrectly being added to the package name. I think MaterialIconWithFontAwesome is supposed to be in the itemRenderers package and not the main.flex.itemRenderers package.
- Josh On Mon, Mar 6, 2017 at 3:09 PM, piotrz <[email protected]> wrote: > That's pointing to the folder which contains two files: > > xmlns:itemrenderers="main.flex.itemRenderers.*" > > MemberItemRenderer > MaterialIconWithFontAwesome > > Piotr > > > > ----- > Apache Flex PMC > [email protected] > -- > View this message in context: http://apache-flex- > development.2333347.n4.nabble.com/FlexJS-Cannot-use-my- > custom-UIBase-type-class-in-mxml-tp60179p60191.html > Sent from the Apache Flex Development mailing list archive at Nabble.com. >
