I'm not sure I understand your data structure, and I usually "process"
XMLData to an ArrayCollection of value objects before actually working with
the data... but anyway, here's what I'd try:

   1. In debugger, check the expression in the condition partially, at
   run-time to see if it's what was expected
   2. I think you should try "trimming" the condition to see where it fails,
   try to get a simpler condition and add part by part. Even though it wont do
   what it was supposed to do, but it may let you see something that may be
   causing the application to crash.





On Mon, Nov 2, 2009 at 10:14 AM, amit doshi <[email protected]> wrote:

>
> Hello,
>
>        if(xmlData.children()[genderIndex].children()[styleIndex].children()
> [sleeveIndex].children()[neckIndex].children().length()>9)
>                                {
>
>                                        tilelist.btnNext.enabled=true;
>                                }
>                                else
>                                {
>                                        tilelist.btnNext.enabled=false;
>                                }
>
>
> After writting this condition  nothing  gets work...... It's stops
> working after this condition..
>
> I don't know why?
>
> anyone can please help me?
>
> Thanks In Advance
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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