Hi,

I apologize if these questions have already been asked before.

One app that we are developing using Flex 2 has a tree that employs a
custom item renderer to generate a text input field and a date picker
instance at certain levels within the tree. This, I am able to do
without any problems. However, each text input field and date picker
instance has to be associated with that particular row in the tree. In
other words, each row in the tree has at least the label, then if
condition permits, the text input field and date picker instance that
are unique to that row.

My requirements are:

   1. if I were to click on a button, I should be able to read the
contents of the text input field and the date picker instances, one
row at a time and append them to a string.
   2. Also, if I were to put a check box somewhere below the tree such
that checking it would ensure that all subsequent children would have
the same text input field textvalue and date picker instance
selecteddate values.

How would I accomplish this?

I also have a question on the tree component itself. I am trying to
bind an XMLListCollection having >20000 nodes to the tree and open all
the nodes. Is this possible? I mean, whenever I do it, the operation
goes into an infinite loop or something happens and I never get to see
the desired result. What do you think could be the reason for this?

Thanks,
Mohan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to