Sure

There.is.Life !

On Dec 7, 2010, at 10:00, Ryan Cao <cao...@gmail.com> wrote:

> Your are crazy!  It's private!
> 
> On 7 December 2010 05:25, Pavan Bhogala <pavan.bhog...@gmail.com> wrote:
> Can we override private function in flex? e.g., displayingPartialRow or 
> sortbycolumn or headerRelaseHandler functions in mx:datagrid.
> 
> Pavan Bhogala.                             814-431-0669(C)
> 
> On Dec 6, 2010, at 9:25 AM, Dario Boverio <dariobove...@gmail.com> wrote:
> 
>> Hi all,
>> 
>> i'd really like to know please if anybody know how to filter nodes on a Tree 
>> Component using XMLListCollection as a dataProvider. I tried a lot but the 
>> filter is only applied to the top-level node(s) in the collection. The 
>> filter isn’t recursively applied to child nodes. There is an open bug 
>> related to this problem in Flex Bug.
>> Here : 
>> http://www.davidarno.org/2009/04/01/how-to-filter-all-nodes-of-a-flex-tree-component/
>>     someone posted a solution to this situation, but unfortunately i 
>> couldn't use it to fix my problem because it has a recursively problem. 
>> Here is an example of the structure of my dataProvider:
>> 
>> <mx:XMLListCollection id="clientesCargasData">
>>             <fx:XMLList>
>>                 <clientesCargas label="Clientes Por Fecha" position="root">
>>                    <fechaRequerida label="12/11/2010">
>>                        <cliente nombre="cliente X"/>
>>                       <cliente nombre="cliente A"/>
>>                    <fechaRequerida/>
>>                    <fechaRequerida label="13/11/2010">
>>                        <cliente nombre="cliente Q"/>
>>                       <cliente nombre="cliente Z"/>
>>                    <fechaRequerida/>
>>                 <clientesCargas/>
>>             </fx:XMLList>
>> </mx:XMLListCollection>
>> 
>> I have to filter rechaRequerida nodes depending on the label value taking 
>> from another input.
>> 
>> Any ideas will be appreciated!
>> Thanks in advance,
>> Darío.
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Flex India Community" group.
>> To post to this group, send email to flex_in...@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> flex_india+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/flex_india?hl=en.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Flex India Community" group.
> To post to this group, send email to flex_in...@googlegroups.com.
> To unsubscribe from this group, send email to 
> flex_india+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/flex_india?hl=en.
> 
> 
> 
> -- 
> Ryan.Cao
> @AnHui University of Technology
> 
> blog: http://www.rcant.com/
> http://cqshbomb.spaces.live.com/
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Flex India Community" group.
> To post to this group, send email to flex_in...@googlegroups.com.
> To unsubscribe from this group, send email to 
> flex_india+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/flex_india?hl=en.

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_in...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to