RE: [flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-24 Thread Gregor Kiddie
affiliates. If you are not the intended recipient please contact is.helpd...@inps.co.uk From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of yossi.baram Sent: 23 March 2009 16:12 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Using

[flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread yossi.baram
Guys, There mast be somebody knows how to preserve hierarchy and to allow the TreeGrid to look the same with parents and childrens, using the ItemRenderer Sorry for the resending the question. I realy need a clue here, Thanks --- In flexcoders@yahoogroups.com, yossi.baram yossi.ba...@...

Re: [flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread Wesley Acheson
Sorry I'm not really understanding. Are you saing that you want all children nodes automatically expanded?- On Mon, Mar 23, 2009 at 8:55 AM, yossi.baram yossi.ba...@yahoo.com wrote: Guys, There mast be somebody knows how to preserve hierarchy and to allow the TreeGrid to look the same with

[flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread yossi.baram
No, Lets say I have parent1 and he has a child1 which is a parent also, when I click on parent1 I should see the child1 as a parent(with icon) to allow me drill deeper but now I see child1 as text, The hierarchy: parent1 | child1 | child-child text please advise if Im not

RE: [flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread Gregor Kiddie
is.helpd...@inps.co.uk From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of yossi.baram Sent: 23 March 2009 08:58 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

[flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread yossi.baram
recipient please contact is.helpd...@... From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of yossi.baram Sent: 23 March 2009 08:58 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Using ItemRenderer

RE: [flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread Gregor Kiddie
] On Behalf Of yossi.baram Sent: 23 March 2009 09:30 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider Thanks, Well, I tried extending AdvancedDataGridItemRenderer IDropInListItemRenderer and my set data I'm overriding: override public

[flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread yossi.baram
contact is.helpd...@... From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of yossi.baram Sent: 23 March 2009 09:30 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

[flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread yossi.baram
contact is.helpdesk@ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of yossi.baram Sent: 23 March 2009 09:30 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

RE: [flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread Gregor Kiddie
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of yossi.baram Sent: 23 March 2009 09:57 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider The link I sent may be incorrect, look at http

[flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread yossi.baram
: [flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider The link I sent may be incorrect, look at http://inovativeflexdevolopment.blogspot.com/ http://inovativeflexdevolopment.blogspot.com/ (Flex3 Dynamic population of data in Advanced datagrid with customn header

[flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread yossi.baram
09:57 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider The link I sent may be incorrect, look at http://inovativeflexdevolopment.blogspot.com/ http://inovativeflexdevolopment.blogspot.com/ (Flex3 Dynamic

[flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread Amy
--- In flexcoders@yahoogroups.com, yossi.baram yossi.ba...@... wrote: Thanks, Well, I tried extending AdvancedDataGridItemRenderer IDropInListItemRenderer Try reading my series on how to make AdvancedDataGrid accept background colors in the styleFunction

[flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread yossi.baram
Greate, its working like a charm.. The solution was to put the renderer inside the AdvancedDataGrid tag in the mxml. I created an IFactory var: public var renderer_:IFactory= new ClassFactory(ItemRenderer); Initialized it with the relevant property I need to send to the renderer: (renderer_

[flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread yossi.baram
Thanks :) I have progress, When I put my renderer in the AdvancedDataGrid Tag mx:AdvancedDataGrid id=adg styleName=grid height=100% itemRenderer=cellValueRenderer I get the Tree with all hierarchy and values, and I can manipulate the cells and thats great.. But what I cant find a way to send

[flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-22 Thread yossi.baram
Hi, My problem is simple, In my TreeTable The ItemRenderer show me only one level. When I click the parent it will show only the level beneath it, although it has childrens, WHY??? When I use depth, I can see the tree but it doesnt activate the ItemRenderer. How can I set the Itemrenderer to