Hii Guyz,
I am having some strange issue here.
What I am doing is:
<comps:CustomUIComponent Data="{_dataP}"/>
I am using this component in some abc.mxml as above.
Data is something like:
public function set Data(value:ArrayCollection){
//set ur data here.
}
But strangely, when I do it(pay attention to bold mxml code of line above
now), I find one of flex components (say a Grid) in my CustomUIComponent as
null, on which I want to set this Data.
Now, I am worried like how a method, say "set Data" can be called before
even creation complete of CustomUIComponent.
Can someone please put some light here..
Thanks,
Manu.
--
View this message in context:
http://www.nabble.com/UI-component%2C-a-set-function---creationComplete-tp19547254p19547254.html
Sent from the FlexCoders mailing list archive at Nabble.com.