This content has been marked as final.
Show 2 replies
-
1. Re: how to add a spark component to an mx extended custom itemrenderer?
Flex harUI Nov 14, 2010 8:22 AM (in response to saariko)Assuming you are following the lifecycle rules (handling commitProperties(),
measure() and updateDisplayList() properly), it should just work.
-
2. Re: how to add a spark component to an mx extended custom itemrenderer?
saariko Nov 14, 2010 8:43 AM (in response to Flex harUI)well, i have always struggled with the lifecycle rules
and here i just create the TextArea in createChildren(), assign it's text property to "hello world" and thats it
at runtime i get no errors, but i cannot see the TextArea
what else should i do?



