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

2009-03-24 Thread Gregor Kiddie
rs] Re: Using ItemRenderer with IHierarchicalData DataProvider Hi Gregor, Dont want to bother, but I'll do a little :) Any success with what I sent?

[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 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 a property to this renderer this way. I sent it before when I called this function:

[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_ as

[flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread Amy
--- In flexcoders@yahoogroups.com, "yossi.baram" wrote: > > Thanks, > Well, I tried extending AdvancedDataGridItemRenderer & IDropInListItemRenderer Try reading my series on how to make AdvancedDataGrid accept background colors in the styleFunction http://flexdiary.blogspot.com/2008/06/musings-

[flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread yossi.baram
this.background = false; > this.alpha = 0; > this.backgroundColor = 0xFF; > if (listData!=null && data != null) >{ >

[flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread yossi.baram
look at http://inovativeflexdevolopment.blogspot.com/ > <http://inovativeflexdevolopment.blogspot.com/> > (Flex3 Dynamic population of data in Advanced datagrid with customn > header...) example > > --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups

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,

[flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread yossi.baram
recipient > > please contact is.helpdesk@ > > > > ____ > > > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On > > Behalf Of yossi.baram > > Sent: 23 March 2009 09:30 > > To: flexcoders@y

[flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread yossi.baram
necessarily represent those of > INPS or any of its affiliates. If you are not the intended recipient > please contact is.helpd...@... > > > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On > Behalf Of y

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

2009-03-23 Thread Gregor Kiddie
ehalf 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 pu

[flexcoders] Re: Using ItemRenderer with IHierarchicalData DataProvider

2009-03-23 Thread yossi.baram
.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 > > > > No, > Lets say I have parent1 and he h

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

2009-03-23 Thread Gregor Kiddie
lpd...@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 No, Lets sa

[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 unde

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 wrote: > Guys, > There mast be somebody knows how to preserve hierarchy and to allow the > TreeGrid to look the same with parents and children

[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" wrote: > > Hi,

[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 manip