actionscript 3 - get data from Item renderer and use in main application in flex -


i haave data in item renderer , need use in application level. example:- have button itemrenderer in datagrid. when click on button have carry data dispatch event @ application level. how item renderer data mail application. had written custom event , listen event in main application. not work. can have better idea solve it.

if want listen event itemrender outside component event's bubble value must true, default value false have true after custom variable....

this.dispatchevent(new customevent(cutomeventtype, customvariable, **true)**); 

good luck!


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -