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