Re: [flexcoders] Refreshing graphics in a tree

2008-10-17 Thread ben gomez farrell
flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > [mailto:flexcoders@yahoogroups.com > <mailto:flexcoders%40yahoogroups.com>] On > Behalf Of ben gomez farrell > Sent: Friday, October 17, 2008 2:01 PM > To: flexcoders@yahoogroups.com <mailto:flexcod

RE: [flexcoders] Refreshing graphics in a tree

2008-10-17 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Refreshing graphics in a tree I have an arraycollection called groupsdata groupsdata.getItemAt(f).state = true/false And then in my itemRenderer, I override like this: override public function set data(value:Object):void { super.data

Re: [flexcoders] Refreshing graphics in a tree

2008-10-17 Thread ben gomez farrell
Friday, October 17, 2008 1:36 PM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] Refreshing graphics in a tree > > My data is an ArrayCollection is set via mytree.dataProvider = > myArrayCollection; > I have a list as well, and when I do mylist.dataProvider.refresh(), t

RE: [flexcoders] Refreshing graphics in a tree

2008-10-17 Thread Tracy Spratt
xcoders%40yahoogroups.com> [mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> ] > *On Behalf Of *ben gomez farrell > *Sent:* Friday, October 17, 2008 12:40 PM > *To:* flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > *Subject:* [flexcoders]

Re: [flexcoders] Refreshing graphics in a tree

2008-10-17 Thread ben gomez farrell
AIL PROTECTED] > *On Behalf Of *ben gomez farrell > *Sent:* Friday, October 17, 2008 12:40 PM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] Refreshing graphics in a tree > > > > Hey, I have a tree with a itemRenderer to have a clickable checkbox in > it.

RE: [flexcoders] Refreshing graphics in a tree

2008-10-17 Thread Tracy Spratt
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben gomez farrell Sent: Friday, October 17, 2008 12:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Refreshing graphics in a tree Hey, I have a tree with a itemRenderer to have a clickable checkbox in it. I need to set

[flexcoders] Refreshing graphics in a tree

2008-10-17 Thread ben gomez farrell
Hey, I have a tree with a itemRenderer to have a clickable checkbox in it. I need to set the checkbox state sometimes through code. Everything works great, except the graphics of the checkbox don't update when it's set through code (mousing over the node will refresh the graphics) Is there a w